Class ClusterStateStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterStateStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterStateStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterStateStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterStateStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterStateStatus defines the observed state of ClusterState- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterStateStatus()No args constructor for use in serializationClusterStateStatus(List<ClusterOperatorState> clusterOperators, String lastUpdated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterStateStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<ClusterOperatorState>getClusterOperators()ClusterOperators contains the state for every cluster operator in the target clusterStringgetLastUpdated()ClusterStateStatus defines the observed state of ClusterStatevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterOperators(List<ClusterOperatorState> clusterOperators)ClusterOperators contains the state for every cluster operator in the target clustervoidsetLastUpdated(String lastUpdated)ClusterStateStatus defines the observed state of ClusterStateClusterStateStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterStateStatus
public ClusterStateStatus()
No args constructor for use in serialization
-
ClusterStateStatus
public ClusterStateStatus(List<ClusterOperatorState> clusterOperators, String lastUpdated)
-
-
Method Detail
-
getClusterOperators
public List<ClusterOperatorState> getClusterOperators()
ClusterOperators contains the state for every cluster operator in the target cluster
-
setClusterOperators
public void setClusterOperators(List<ClusterOperatorState> clusterOperators)
ClusterOperators contains the state for every cluster operator in the target cluster
-
getLastUpdated
public String getLastUpdated()
ClusterStateStatus defines the observed state of ClusterState
-
setLastUpdated
public void setLastUpdated(String lastUpdated)
ClusterStateStatus defines the observed state of ClusterState
-
edit
public ClusterStateStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterStateStatusBuilder>
-
toBuilder
public ClusterStateStatusBuilder toBuilder()
-
-