Uses of Class
io.fabric8.openshift.api.model.hive.v1.KubeconfigSecretReference
-
Packages that use KubeconfigSecretReference Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of KubeconfigSecretReference in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return KubeconfigSecretReference Modifier and Type Method Description KubeconfigSecretReferenceKubeconfigSecretReferenceBuilder. build()KubeconfigSecretReferenceClusterRelocateSpecFluent. buildKubeconfigSecretRef()KubeconfigSecretReferenceClusterRelocateSpec. getKubeconfigSecretRef()ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type KubeconfigSecretReference Modifier and Type Method Description protected voidKubeconfigSecretReferenceFluent. copyInstance(KubeconfigSecretReference instance)ClusterRelocateSpecFluent.KubeconfigSecretRefNested<A>ClusterRelocateSpecFluent. editOrNewKubeconfigSecretRefLike(KubeconfigSecretReference item)voidClusterRelocateSpec. setKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef)ClusterRelocateSpec defines the relocation of clusters from one Hive instance to another.AClusterRelocateSpecFluent. withKubeconfigSecretRef(KubeconfigSecretReference kubeconfigSecretRef)ClusterRelocateSpecFluent.KubeconfigSecretRefNested<A>ClusterRelocateSpecFluent. withNewKubeconfigSecretRefLike(KubeconfigSecretReference item)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type KubeconfigSecretReference Constructor Description ClusterRelocateSpec(io.fabric8.kubernetes.api.model.LabelSelector clusterDeploymentSelector, KubeconfigSecretReference kubeconfigSecretRef)KubeconfigSecretReferenceBuilder(KubeconfigSecretReference instance)KubeconfigSecretReferenceBuilder(KubeconfigSecretReferenceFluent<?> fluent, KubeconfigSecretReference instance)KubeconfigSecretReferenceFluent(KubeconfigSecretReference instance)
-