Class InsightsDataGatherSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InsightsDataGatherSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InsightsDataGatherSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<InsightsDataGatherSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherSpec()No args constructor for use in serializationInsightsDataGatherSpec(GatherConfig gatherConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsDataGatherSpecBuilderedit()Map<String,Object>getAdditionalProperties()GatherConfiggetGatherConfig()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetGatherConfig(GatherConfig gatherConfig)InsightsDataGatherSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
InsightsDataGatherSpec
public InsightsDataGatherSpec()
No args constructor for use in serialization
-
InsightsDataGatherSpec
public InsightsDataGatherSpec(GatherConfig gatherConfig)
-
-
Method Detail
-
getGatherConfig
public GatherConfig getGatherConfig()
-
setGatherConfig
public void setGatherConfig(GatherConfig gatherConfig)
-
edit
public InsightsDataGatherSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InsightsDataGatherSpecBuilder>
-
toBuilder
public InsightsDataGatherSpecBuilder toBuilder()
-
-