Class ClusterRelocateSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.ClusterRelocateSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ClusterRelocateSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ClusterRelocateSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ClusterRelocateSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterRelocateSpec()No args constructor for use in serializationClusterRelocateSpec(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector, KubeconfigSecretReference kubeconfigSecretRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterRelocateSpecBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.LabelSelectorgetClusterDeploymentSelector()ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.KubeconfigSecretReferencegetKubeconfigSecretRef()ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterDeploymentSelector(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector)ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.voidsetKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef)ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.ClusterRelocateSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ClusterRelocateSpec
public ClusterRelocateSpec()
No args constructor for use in serialization
-
ClusterRelocateSpec
public ClusterRelocateSpec(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector, KubeconfigSecretReference kubeconfigSecretRef)
-
-
Method Detail
-
getClusterDeploymentSelector
public io.fabric8.kubernetes.api.model.LabelSelector getClusterDeploymentSelector()
ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.
-
setClusterDeploymentSelector
public void setClusterDeploymentSelector(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector)
ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.
-
getKubeconfigSecretRef
public KubeconfigSecretReference getKubeconfigSecretRef()
ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.
-
setKubeconfigSecretRef
public void setKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef)
ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.
-
edit
public ClusterRelocateSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ClusterRelocateSpecBuilder>
-
toBuilder
public ClusterRelocateSpecBuilder toBuilder()
-
-