Class ClusterRelocateSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpecFluent<ClusterRelocateSpecBuilder>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ClusterRelocateSpec>,io.fabric8.kubernetes.api.builder.Visitable<ClusterRelocateSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterRelocateSpec,ClusterRelocateSpecBuilder>
public class ClusterRelocateSpecBuilder extends ClusterRelocateSpecFluent<ClusterRelocateSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ClusterRelocateSpec,ClusterRelocateSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpecFluent
ClusterRelocateSpecFluent.ClusterDeploymentSelectorNested<N>, ClusterRelocateSpecFluent.KubeconfigSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ClusterRelocateSpecBuilder()ClusterRelocateSpecBuilder(ClusterRelocateSpec instance)ClusterRelocateSpecBuilder(ClusterRelocateSpecFluent<?> fluent)ClusterRelocateSpecBuilder(ClusterRelocateSpecFluent<?> fluent, ClusterRelocateSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterRelocateSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpecFluent
addToAdditionalProperties, addToAdditionalProperties, buildClusterDeploymentSelector, buildKubeconfigSecretRef, copyInstance, editClusterDeploymentSelector, editKubeconfigSecretRef, editOrNewClusterDeploymentSelector, editOrNewClusterDeploymentSelectorLike, editOrNewKubeconfigSecretRef, editOrNewKubeconfigSecretRefLike, equals, getAdditionalProperties, hasAdditionalProperties, hasClusterDeploymentSelector, hashCode, hasKubeconfigSecretRef, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withClusterDeploymentSelector, withKubeconfigSecretRef, withNewClusterDeploymentSelector, withNewClusterDeploymentSelectorLike, withNewKubeconfigSecretRef, withNewKubeconfigSecretRef, withNewKubeconfigSecretRefLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ClusterRelocateSpecBuilder
public ClusterRelocateSpecBuilder()
-
ClusterRelocateSpecBuilder
public ClusterRelocateSpecBuilder(ClusterRelocateSpecFluent<?> fluent)
-
ClusterRelocateSpecBuilder
public ClusterRelocateSpecBuilder(ClusterRelocateSpec instance)
-
ClusterRelocateSpecBuilder
public ClusterRelocateSpecBuilder(ClusterRelocateSpecFluent<?> fluent, ClusterRelocateSpec instance)
-
-
Method Detail
-
build
public ClusterRelocateSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ClusterRelocateSpec>
-
-