public class ClusterRelocateSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterRelocateSpec()
No args constructor for use in serialization
|
ClusterRelocateSpec(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector,
KubeconfigSecretReference kubeconfigSecretRef) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.LabelSelector |
getClusterDeploymentSelector() |
KubeconfigSecretReference |
getKubeconfigSecretRef() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setClusterDeploymentSelector(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector) |
void |
setKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef) |
public ClusterRelocateSpec()
public ClusterRelocateSpec(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector,
KubeconfigSecretReference kubeconfigSecretRef)
kubeconfigSecretRef - clusterDeploymentSelector - public io.fabric8.kubernetes.api.model.LabelSelector getClusterDeploymentSelector()
public void setClusterDeploymentSelector(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector)
public KubeconfigSecretReference getKubeconfigSecretRef()
public void setKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef)
Copyright © 2015–2023 Red Hat. All rights reserved.