Class InsightsOperatorBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsOperatorFluent<InsightsOperatorBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.InsightsOperatorBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InsightsOperator>,io.fabric8.kubernetes.api.builder.Visitable<InsightsOperatorBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsOperator,InsightsOperatorBuilder>
public class InsightsOperatorBuilder extends InsightsOperatorFluent<InsightsOperatorBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InsightsOperator,InsightsOperatorBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.InsightsOperatorFluent
InsightsOperatorFluent.MetadataNested<N>, InsightsOperatorFluent.SpecNested<N>, InsightsOperatorFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description InsightsOperatorBuilder()InsightsOperatorBuilder(InsightsOperator instance)InsightsOperatorBuilder(InsightsOperatorFluent<?> fluent)InsightsOperatorBuilder(InsightsOperatorFluent<?> fluent, InsightsOperator instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsOperatorbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.InsightsOperatorFluent
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, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InsightsOperatorBuilder
public InsightsOperatorBuilder()
-
InsightsOperatorBuilder
public InsightsOperatorBuilder(InsightsOperatorFluent<?> fluent)
-
InsightsOperatorBuilder
public InsightsOperatorBuilder(InsightsOperatorFluent<?> fluent, InsightsOperator instance)
-
InsightsOperatorBuilder
public InsightsOperatorBuilder(InsightsOperator instance)
-
-
Method Detail
-
build
public InsightsOperator build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InsightsOperator>
-
-