Class InsightsDataGatherBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherFluent<InsightsDataGatherBuilder>
-
- io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsDataGather>,io.fabric8.kubernetes.api.builder.Visitable<InsightsDataGatherBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGather,InsightsDataGatherBuilder>
public class InsightsDataGatherBuilder extends InsightsDataGatherFluent<InsightsDataGatherBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsDataGather,InsightsDataGatherBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherFluent
InsightsDataGatherFluent.MetadataNested<N>, InsightsDataGatherFluent.SpecNested<N>, InsightsDataGatherFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description InsightsDataGatherBuilder()InsightsDataGatherBuilder(InsightsDataGather instance)InsightsDataGatherBuilder(InsightsDataGatherFluent<?> fluent)InsightsDataGatherBuilder(InsightsDataGatherFluent<?> fluent, InsightsDataGather instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsDataGatherbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1alpha2.InsightsDataGatherFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsDataGatherBuilder
public InsightsDataGatherBuilder()
-
InsightsDataGatherBuilder
public InsightsDataGatherBuilder(InsightsDataGatherFluent<?> fluent)
-
InsightsDataGatherBuilder
public InsightsDataGatherBuilder(InsightsDataGatherFluent<?> fluent, InsightsDataGather instance)
-
InsightsDataGatherBuilder
public InsightsDataGatherBuilder(InsightsDataGather instance)
-
-
Method Detail
-
build
public InsightsDataGather build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsDataGather>
-
-