Class GatherStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GatherStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GatherStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    gatherStatus provides information about the last known gather event.
    See Also:
    Serialized Form
    • Constructor Detail

      • GatherStatus

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

      • getGatherers

        public List<GathererStatus> getGatherers()
        gatherers is a list of active gatherers (and their statuses) in the last gathering.
      • setGatherers

        public void setGatherers​(List<GathererStatus> gatherers)
        gatherers is a list of active gatherers (and their statuses) in the last gathering.
      • getLastGatherDuration

        public String getLastGatherDuration()
        gatherStatus provides information about the last known gather event.
      • setLastGatherDuration

        public void setLastGatherDuration​(String lastGatherDuration)
        gatherStatus provides information about the last known gather event.
      • getLastGatherTime

        public String getLastGatherTime()
        gatherStatus provides information about the last known gather event.
      • setLastGatherTime

        public void setLastGatherTime​(String lastGatherTime)
        gatherStatus provides information about the last known gather event.
      • getAdditionalProperties

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

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

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