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 observed by the 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 observed by the controller. This field is updated when the controller observes a change to the desiredConfig in the configVersion of the machine config node spec.
      • getPinnedImageSets

        public List<MachineConfigNodeStatusPinnedImageSet> getPinnedImageSets()
        pinnedImageSets describes the current and desired pinned image sets for this node. The current version is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node. The desired version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
      • setPinnedImageSets

        public void setPinnedImageSets​(List<MachineConfigNodeStatusPinnedImageSet> pinnedImageSets)
        pinnedImageSets describes the current and desired pinned image sets for this node. The current version is the generation of the pinned image set that has most recently been successfully pulled and pinned on this node. The desired version is the generation of the pinned image set that is targeted to be pulled and pinned on this node.
      • getAdditionalProperties

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

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

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