Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)