Class ClusterOperatorState
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterOperatorState
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterOperatorStateBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterOperatorState extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterOperatorStateBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterOperatorState summarizes the status of a single cluster operator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterOperatorState()No args constructor for use in serializationClusterOperatorState(List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition> conditions, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterOperatorStateBuilderedit()Map<String,Object>getAdditionalProperties()List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition>getConditions()Conditions is the set of conditions in the status of the cluster operator on the target clusterStringgetName()Name is the name of the cluster operatorvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition> conditions)Conditions is the set of conditions in the status of the cluster operator on the target clustervoidsetName(String name)Name is the name of the cluster operatorClusterOperatorStateBuildertoBuilder()
-
-
-
Method Detail
-
getConditions
public List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition> getConditions()
Conditions is the set of conditions in the status of the cluster operator on the target cluster
-
setConditions
public void setConditions(List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition> conditions)
Conditions is the set of conditions in the status of the cluster operator on the target cluster
-
getName
public String getName()
Name is the name of the cluster operator
-
setName
public void setName(String name)
Name is the name of the cluster operator
-
edit
public ClusterOperatorStateBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterOperatorStateBuilder>
-
toBuilder
public ClusterOperatorStateBuilder toBuilder()
-
-