Class Gatherers
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1alpha2.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatherersBuilderedit()Map<String,Object>getAdditionalProperties()CustomgetCustom()StringgetMode()mode is a required field that specifies the mode for gatherers.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCustom(Custom custom)voidsetMode(String mode)mode is a required field that specifies the mode for gatherers.GatherersBuildertoBuilder()
-
-
-
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.
-
edit
public GatherersBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<GatherersBuilder>
-
toBuilder
public GatherersBuilder toBuilder()
-
-