Class Gatherers

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class Gatherers
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GatherersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • Gatherers

        public Gatherers()
        No args constructor for use in serialization
      • Gatherers

        public Gatherers​(Custom custom,
                         String mode)
    • Method Detail

      • getCustom

        public Custom getCustom()
      • setCustom

        public void setCustom​(Custom custom)
      • getMode

        public String getMode()
        mode is a required field that specifies the mode for gatherers. Allowed values are All, None, and Custom. When set to All, all gatherers wil run and gather data. When set to None, all gatherers will be disabled and no data will be gathered. When set to Custom, the custom configuration from the custom field will be applied.
      • setMode

        public void setMode​(String mode)
        mode is a required field that specifies the mode for gatherers. Allowed values are All, None, and Custom. When set to All, all gatherers wil run and gather data. When set to None, all gatherers will be disabled and no data will be gathered. When set to Custom, the custom configuration from the custom field will be applied.
      • getAdditionalProperties

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

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

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