public interface ClusterProvisionSpecFluent<A extends ClusterProvisionSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<N> |
static interface |
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<N> |
static interface |
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<N> |
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getAdminKubeconfigSecretRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildAdminKubeconfigSecretRef()
A withAdminKubeconfigSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference adminKubeconfigSecretRef)
Boolean hasAdminKubeconfigSecretRef()
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<A> withNewAdminKubeconfigSecretRef()
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<A> withNewAdminKubeconfigSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<A> editAdminKubeconfigSecretRef()
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<A> editOrNewAdminKubeconfigSecretRef()
ClusterProvisionSpecFluent.AdminKubeconfigSecretRefNested<A> editOrNewAdminKubeconfigSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getAdminPasswordSecretRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildAdminPasswordSecretRef()
A withAdminPasswordSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference adminPasswordSecretRef)
Boolean hasAdminPasswordSecretRef()
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<A> withNewAdminPasswordSecretRef()
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<A> withNewAdminPasswordSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<A> editAdminPasswordSecretRef()
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<A> editOrNewAdminPasswordSecretRef()
ClusterProvisionSpecFluent.AdminPasswordSecretRefNested<A> editOrNewAdminPasswordSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
Integer getAttempt()
Boolean hasAttempt()
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getClusterDeploymentRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildClusterDeploymentRef()
A withClusterDeploymentRef(io.fabric8.kubernetes.api.model.LocalObjectReference clusterDeploymentRef)
Boolean hasClusterDeploymentRef()
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<A> withNewClusterDeploymentRef()
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<A> withNewClusterDeploymentRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<A> editClusterDeploymentRef()
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<A> editOrNewClusterDeploymentRef()
ClusterProvisionSpecFluent.ClusterDeploymentRefNested<A> editOrNewClusterDeploymentRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
String getClusterID()
Boolean hasClusterID()
@Deprecated A withNewClusterID(String arg0)
String getInfraID()
Boolean hasInfraID()
@Deprecated A withNewInfraID(String arg0)
String getInstallLog()
Boolean hasInstallLog()
@Deprecated A withNewInstallLog(String arg0)
Boolean hasMetadata()
io.fabric8.kubernetes.api.model.PodSpec getPodSpec()
A withPodSpec(io.fabric8.kubernetes.api.model.PodSpec podSpec)
Boolean hasPodSpec()
String getPrevClusterID()
Boolean hasPrevClusterID()
@Deprecated A withNewPrevClusterID(String arg0)
String getPrevInfraID()
Boolean hasPrevInfraID()
@Deprecated A withNewPrevInfraID(String arg0)
String getStage()
Boolean hasStage()
@Deprecated A withNewStage(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.