Class MachineConfigNodeStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class MachineConfigNodeStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<MachineConfigNodeStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    MachineConfigNodeStatus holds the reported information on a particular machine config node.
    See Also:
    Serialized Form
    • Method Detail

      • getConditions

        public List<io.fabric8.kubernetes.api.model.Condition> getConditions()
        conditions represent the observations of a machine config node's current state.
      • setConditions

        public void setConditions​(List<io.fabric8.kubernetes.api.model.Condition> conditions)
        conditions represent the observations of a machine config node's current state.
      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration represents the generation of the MachineConfigNode object observed by the Machine Config Operator's controller. This field is updated when the controller observes a change to the desiredConfig in the configVersion of the machine config node spec.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration represents the generation of the MachineConfigNode object observed by the Machine Config Operator's controller. This field is updated when the controller observes a change to the desiredConfig in the configVersion of the machine config node spec.
      • getAdditionalProperties

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

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

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