Class InstallPlanBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanFluentImpl<InstallPlanBuilder>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<InstallPlan>,io.fabric8.kubernetes.api.builder.Fluent<InstallPlanBuilder>,io.fabric8.kubernetes.api.builder.Visitable<InstallPlanBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<InstallPlan,InstallPlanBuilder>,InstallPlanFluent<InstallPlanBuilder>
public class InstallPlanBuilder extends InstallPlanFluentImpl<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.InstallPlanFluentImpl
InstallPlanFluentImpl.MetadataNestedImpl<N>, InstallPlanFluentImpl.SpecNestedImpl<N>, InstallPlanFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance, Boolean validationEnabled)InstallPlanBuilder(InstallPlanFluent<?> fluent, Boolean validationEnabled)InstallPlanBuilder(InstallPlan instance, Boolean validationEnabled)InstallPlanBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPlanbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
InstallPlanBuilder
public InstallPlanBuilder()
-
InstallPlanBuilder
public InstallPlanBuilder(Boolean validationEnabled)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent, Boolean validationEnabled)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlanFluent<?> fluent, InstallPlan instance, Boolean validationEnabled)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlan instance)
-
InstallPlanBuilder
public InstallPlanBuilder(InstallPlan instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public InstallPlan build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<InstallPlan>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classInstallPlanFluentImpl<InstallPlanBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classInstallPlanFluentImpl<InstallPlanBuilder>
-
-