Class InstallPlanBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanFluent<InstallPlanBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlan>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlan,InstallPlanBuilder>
public class InstallPlanBuilder extends InstallPlanFluent<InstallPlanBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlan,InstallPlanBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanFluent
InstallPlanFluent.MetadataNested<N>, InstallPlanFluent.SpecNested<N>, InstallPlanFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanBuilder()InstallPlanBuilder(InstallPlan instance)InstallPlanBuilder(InstallPlanFluent<?> fluent)InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanFluent
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
-
InstallPlanBuilder
public InstallPlanBuilder()
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlan instance)
-
-
Method Detail
-
build
public InstallPlan build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlan>
-
-