Class ClusterVersionOperatorStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1alpha1.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 Summary
Constructors Constructor Description ClusterVersionOperatorStatus()No args constructor for use in serializationClusterVersionOperatorStatus(Long observedGeneration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterVersionOperatorStatusBuilderedit()Map<String,Object>getAdditionalProperties()LonggetObservedGeneration()observedGeneration represents the most recent generation observed by the operator and specifies the version of the spec field currently being synced.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetObservedGeneration(Long observedGeneration)observedGeneration represents the most recent generation observed by the operator and specifies the version of the spec field currently being synced.ClusterVersionOperatorStatusBuildertoBuilder()
-
-
-
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.
-
edit
public ClusterVersionOperatorStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterVersionOperatorStatusBuilder>
-
toBuilder
public ClusterVersionOperatorStatusBuilder toBuilder()
-
-