Class InstallPlanSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpecFluent<InstallPlanSpecBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlanSpec>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanSpec,InstallPlanSpecBuilder>
public class InstallPlanSpecBuilder extends InstallPlanSpecFluent<InstallPlanSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlanSpec,InstallPlanSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanSpecBuilder()InstallPlanSpecBuilder(InstallPlanSpec instance)InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent)InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent, InstallPlanSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanSpecFluent
addAllToClusterServiceVersionNames, addToAdditionalProperties, addToAdditionalProperties, addToClusterServiceVersionNames, addToClusterServiceVersionNames, copyInstance, equals, getAdditionalProperties, getApproval, getApproved, getClusterServiceVersionName, getClusterServiceVersionNames, getFirstClusterServiceVersionName, getGeneration, getLastClusterServiceVersionName, getMatchingClusterServiceVersionName, getSource, getSourceNamespace, hasAdditionalProperties, hasApproval, hasApproved, hasClusterServiceVersionNames, hasGeneration, hashCode, hasMatchingClusterServiceVersionName, hasSource, hasSourceNamespace, removeAllFromClusterServiceVersionNames, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromClusterServiceVersionNames, setToClusterServiceVersionNames, toString, withAdditionalProperties, withApproval, withApproved, withApproved, withClusterServiceVersionNames, withClusterServiceVersionNames, withGeneration, withSource, withSourceNamespace
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
InstallPlanSpecBuilder
public InstallPlanSpecBuilder()
-
InstallPlanSpecBuilder
public InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent)
-
InstallPlanSpecBuilder
public InstallPlanSpecBuilder(InstallPlanSpec instance)
-
InstallPlanSpecBuilder
public InstallPlanSpecBuilder(InstallPlanSpecFluent<?> fluent, InstallPlanSpec instance)
-
-
Method Detail
-
build
public InstallPlanSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlanSpec>
-
-