Class InsightsDataGatherSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpecFluent<InsightsDataGatherSpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherSpec>,io.fabric8.kubernetes.api.builder.Visitable<InsightsDataGatherSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherSpec,InsightsDataGatherSpecBuilder>
public class InsightsDataGatherSpecBuilder extends InsightsDataGatherSpecFluent<InsightsDataGatherSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGatherSpec,InsightsDataGatherSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpecFluent
InsightsDataGatherSpecFluent.GatherConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherSpecBuilder()InsightsDataGatherSpecBuilder(InsightsDataGatherSpec instance)InsightsDataGatherSpecBuilder(InsightsDataGatherSpecFluent<?> fluent)InsightsDataGatherSpecBuilder(InsightsDataGatherSpecFluent<?> fluent, InsightsDataGatherSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsDataGatherSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherSpecFluent
addToAdditionalProperties, addToAdditionalProperties, buildGatherConfig, copyInstance, editGatherConfig, editOrNewGatherConfig, editOrNewGatherConfigLike, equals, getAdditionalProperties, hasAdditionalProperties, hasGatherConfig, hashCode, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withGatherConfig, withNewGatherConfig, withNewGatherConfigLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsDataGatherSpecBuilder
public InsightsDataGatherSpecBuilder()
-
InsightsDataGatherSpecBuilder
public InsightsDataGatherSpecBuilder(InsightsDataGatherSpecFluent<?> fluent)
-
InsightsDataGatherSpecBuilder
public InsightsDataGatherSpecBuilder(InsightsDataGatherSpecFluent<?> fluent, InsightsDataGatherSpec instance)
-
InsightsDataGatherSpecBuilder
public InsightsDataGatherSpecBuilder(InsightsDataGatherSpec instance)
-
-
Method Detail
-
build
public InsightsDataGatherSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsDataGatherSpec>
-
-