Class ClusterVersionOperatorStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ClusterVersionOperatorStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ClusterVersionOperatorStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ClusterVersionOperatorStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ClusterVersionOperatorStatus defines the observed status of the Cluster Version Operator.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterVersionOperatorStatus

        public ClusterVersionOperatorStatus()
        No args constructor for use in serialization
      • ClusterVersionOperatorStatus

        public ClusterVersionOperatorStatus​(Long observedGeneration)
    • Method Detail

      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration represents the most recent generation observed by the operator and specifies the version of the spec field currently being synced.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration represents the most recent generation observed by the operator and specifies the version of the spec field currently being synced.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)