Class 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 Detail

      • ClusterOperatorState

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

        public ClusterOperatorState​(List<io.fabric8.openshift.api.model.config.v1.ClusterOperatorStatusCondition> conditions,
                                    String name)
    • 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
      • getAdditionalProperties

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

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

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