Class GenerationHistory

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GenerationHistory
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GenerationHistoryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GenerationHistory keeps track of the generation for a given resource so that decisions about forced updated can be made. DEPRECATED: Use fields in v1.GenerationStatus instead
    See Also:
    Serialized Form
    • Constructor Detail

      • GenerationHistory

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

      • getGroup

        public String getGroup()
        group is the group of the thing you're tracking
      • setGroup

        public void setGroup​(String group)
        group is the group of the thing you're tracking
      • getLastGeneration

        public Long getLastGeneration()
        lastGeneration is the last generation of the workload controller involved
      • setLastGeneration

        public void setLastGeneration​(Long lastGeneration)
        lastGeneration is the last generation of the workload controller involved
      • getName

        public String getName()
        name is the name of the thing you're tracking
      • setName

        public void setName​(String name)
        name is the name of the thing you're tracking
      • getNamespace

        public String getNamespace()
        namespace is where the thing you're tracking is
      • setNamespace

        public void setNamespace​(String namespace)
        namespace is where the thing you're tracking is
      • getResource

        public String getResource()
        resource is the resource type of the thing you're tracking
      • setResource

        public void setResource​(String resource)
        resource is the resource type of the thing you're tracking
      • getAdditionalProperties

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

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

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