Class KubeletConfigStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class KubeletConfigStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<KubeletConfigStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    KubeletConfigStatus defines the observed state of a KubeletConfig
    See Also:
    Serialized Form
    • Constructor Detail

      • KubeletConfigStatus

        public KubeletConfigStatus()
        No args constructor for use in serialization
    • Method Detail

      • getConditions

        public List<KubeletConfigCondition> getConditions()
        conditions represents the latest available observations of current state.
      • setConditions

        public void setConditions​(List<KubeletConfigCondition> conditions)
        conditions represents the latest available observations of current state.
      • getObservedGeneration

        public Long getObservedGeneration()
        observedGeneration represents the generation observed by the controller.
      • setObservedGeneration

        public void setObservedGeneration​(Long observedGeneration)
        observedGeneration represents the generation observed by the controller.
      • getAdditionalProperties

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

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

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