public interface ClusterDeploymentSpecFluent<A extends ClusterDeploymentSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<N> |
static interface |
ClusterDeploymentSpecFluent.CertificateBundlesNested<N> |
static interface |
ClusterDeploymentSpecFluent.ClusterInstallRefNested<N> |
static interface |
ClusterDeploymentSpecFluent.ClusterMetadataNested<N> |
static interface |
ClusterDeploymentSpecFluent.ClusterPoolRefNested<N> |
static interface |
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<N> |
static interface |
ClusterDeploymentSpecFluent.IngressNested<N> |
static interface |
ClusterDeploymentSpecFluent.PlatformNested<N> |
static interface |
ClusterDeploymentSpecFluent.ProvisioningNested<N> |
static interface |
ClusterDeploymentSpecFluent.PullSecretRefNested<N> |
String getBaseDomain()
Boolean hasBaseDomain()
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getBoundServiceAccountSigningKeySecretRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildBoundServiceAccountSigningKeySecretRef()
A withBoundServiceAccountSigningKeySecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference boundServiceAccountSigningKeySecretRef)
Boolean hasBoundServiceAccountSigningKeySecretRef()
A withNewBoundServiceAccountSigningKeySecretRef(String name)
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<A> withNewBoundServiceAccountSigningKeySecretRef()
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<A> withNewBoundServiceAccountSigningKeySecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<A> editBoundServiceAccountSigningKeySecretRef()
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<A> editOrNewBoundServiceAccountSigningKeySecretRef()
ClusterDeploymentSpecFluent.BoundServiceAccountSigningKeySecretRefNested<A> editOrNewBoundServiceAccountSigningKeySecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
A addToCertificateBundles(Integer index, CertificateBundleSpec item)
A setToCertificateBundles(Integer index, CertificateBundleSpec item)
A addToCertificateBundles(CertificateBundleSpec... items)
A addAllToCertificateBundles(Collection<CertificateBundleSpec> items)
A removeFromCertificateBundles(CertificateBundleSpec... items)
A removeAllFromCertificateBundles(Collection<CertificateBundleSpec> items)
A removeMatchingFromCertificateBundles(Predicate<CertificateBundleSpecBuilder> predicate)
@Deprecated List<CertificateBundleSpec> getCertificateBundles()
List<CertificateBundleSpec> buildCertificateBundles()
CertificateBundleSpec buildCertificateBundle(Integer index)
CertificateBundleSpec buildFirstCertificateBundle()
CertificateBundleSpec buildLastCertificateBundle()
CertificateBundleSpec buildMatchingCertificateBundle(Predicate<CertificateBundleSpecBuilder> predicate)
Boolean hasMatchingCertificateBundle(Predicate<CertificateBundleSpecBuilder> predicate)
A withCertificateBundles(List<CertificateBundleSpec> certificateBundles)
A withCertificateBundles(CertificateBundleSpec... certificateBundles)
Boolean hasCertificateBundles()
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> addNewCertificateBundle()
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> addNewCertificateBundleLike(CertificateBundleSpec item)
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> setNewCertificateBundleLike(Integer index, CertificateBundleSpec item)
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> editCertificateBundle(Integer index)
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> editFirstCertificateBundle()
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> editLastCertificateBundle()
ClusterDeploymentSpecFluent.CertificateBundlesNested<A> editMatchingCertificateBundle(Predicate<CertificateBundleSpecBuilder> predicate)
@Deprecated ClusterInstallLocalReference getClusterInstallRef()
ClusterInstallLocalReference buildClusterInstallRef()
A withClusterInstallRef(ClusterInstallLocalReference clusterInstallRef)
Boolean hasClusterInstallRef()
A withNewClusterInstallRef(String group, String kind, String name, String version)
ClusterDeploymentSpecFluent.ClusterInstallRefNested<A> withNewClusterInstallRef()
ClusterDeploymentSpecFluent.ClusterInstallRefNested<A> withNewClusterInstallRefLike(ClusterInstallLocalReference item)
ClusterDeploymentSpecFluent.ClusterInstallRefNested<A> editClusterInstallRef()
ClusterDeploymentSpecFluent.ClusterInstallRefNested<A> editOrNewClusterInstallRef()
ClusterDeploymentSpecFluent.ClusterInstallRefNested<A> editOrNewClusterInstallRefLike(ClusterInstallLocalReference item)
@Deprecated ClusterMetadata getClusterMetadata()
ClusterMetadata buildClusterMetadata()
A withClusterMetadata(ClusterMetadata clusterMetadata)
Boolean hasClusterMetadata()
ClusterDeploymentSpecFluent.ClusterMetadataNested<A> withNewClusterMetadata()
ClusterDeploymentSpecFluent.ClusterMetadataNested<A> withNewClusterMetadataLike(ClusterMetadata item)
ClusterDeploymentSpecFluent.ClusterMetadataNested<A> editClusterMetadata()
ClusterDeploymentSpecFluent.ClusterMetadataNested<A> editOrNewClusterMetadata()
ClusterDeploymentSpecFluent.ClusterMetadataNested<A> editOrNewClusterMetadataLike(ClusterMetadata item)
String getClusterName()
Boolean hasClusterName()
@Deprecated ClusterPoolReference getClusterPoolRef()
ClusterPoolReference buildClusterPoolRef()
A withClusterPoolRef(ClusterPoolReference clusterPoolRef)
Boolean hasClusterPoolRef()
A withNewClusterPoolRef(String claimName, String claimedTimestamp, String namespace, String poolName)
ClusterDeploymentSpecFluent.ClusterPoolRefNested<A> withNewClusterPoolRef()
ClusterDeploymentSpecFluent.ClusterPoolRefNested<A> withNewClusterPoolRefLike(ClusterPoolReference item)
ClusterDeploymentSpecFluent.ClusterPoolRefNested<A> editClusterPoolRef()
ClusterDeploymentSpecFluent.ClusterPoolRefNested<A> editOrNewClusterPoolRef()
ClusterDeploymentSpecFluent.ClusterPoolRefNested<A> editOrNewClusterPoolRefLike(ClusterPoolReference item)
@Deprecated ControlPlaneConfigSpec getControlPlaneConfig()
ControlPlaneConfigSpec buildControlPlaneConfig()
A withControlPlaneConfig(ControlPlaneConfigSpec controlPlaneConfig)
Boolean hasControlPlaneConfig()
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<A> withNewControlPlaneConfig()
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<A> withNewControlPlaneConfigLike(ControlPlaneConfigSpec item)
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<A> editControlPlaneConfig()
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<A> editOrNewControlPlaneConfig()
ClusterDeploymentSpecFluent.ControlPlaneConfigNested<A> editOrNewControlPlaneConfigLike(ControlPlaneConfigSpec item)
io.fabric8.kubernetes.api.model.Duration getHibernateAfter()
A withHibernateAfter(io.fabric8.kubernetes.api.model.Duration hibernateAfter)
Boolean hasHibernateAfter()
A addToIngress(Integer index, ClusterIngress item)
A setToIngress(Integer index, ClusterIngress item)
A addToIngress(ClusterIngress... items)
A addAllToIngress(Collection<ClusterIngress> items)
A removeFromIngress(ClusterIngress... items)
A removeAllFromIngress(Collection<ClusterIngress> items)
A removeMatchingFromIngress(Predicate<ClusterIngressBuilder> predicate)
@Deprecated List<ClusterIngress> getIngress()
List<ClusterIngress> buildIngress()
ClusterIngress buildIngress(Integer index)
ClusterIngress buildFirstIngress()
ClusterIngress buildLastIngress()
ClusterIngress buildMatchingIngress(Predicate<ClusterIngressBuilder> predicate)
Boolean hasMatchingIngress(Predicate<ClusterIngressBuilder> predicate)
A withIngress(List<ClusterIngress> ingress)
A withIngress(ClusterIngress... ingress)
Boolean hasIngress()
ClusterDeploymentSpecFluent.IngressNested<A> addNewIngress()
ClusterDeploymentSpecFluent.IngressNested<A> addNewIngressLike(ClusterIngress item)
ClusterDeploymentSpecFluent.IngressNested<A> setNewIngressLike(Integer index, ClusterIngress item)
ClusterDeploymentSpecFluent.IngressNested<A> editIngress(Integer index)
ClusterDeploymentSpecFluent.IngressNested<A> editFirstIngress()
ClusterDeploymentSpecFluent.IngressNested<A> editLastIngress()
ClusterDeploymentSpecFluent.IngressNested<A> editMatchingIngress(Predicate<ClusterIngressBuilder> predicate)
Integer getInstallAttemptsLimit()
Boolean hasInstallAttemptsLimit()
Boolean getInstalled()
Boolean hasInstalled()
Boolean getManageDNS()
Boolean hasManageDNS()
@Deprecated Platform getPlatform()
Platform buildPlatform()
Boolean hasPlatform()
ClusterDeploymentSpecFluent.PlatformNested<A> withNewPlatform()
ClusterDeploymentSpecFluent.PlatformNested<A> withNewPlatformLike(Platform item)
ClusterDeploymentSpecFluent.PlatformNested<A> editPlatform()
ClusterDeploymentSpecFluent.PlatformNested<A> editOrNewPlatform()
ClusterDeploymentSpecFluent.PlatformNested<A> editOrNewPlatformLike(Platform item)
String getPowerState()
Boolean hasPowerState()
Boolean getPreserveOnDelete()
Boolean hasPreserveOnDelete()
@Deprecated Provisioning getProvisioning()
Provisioning buildProvisioning()
A withProvisioning(Provisioning provisioning)
Boolean hasProvisioning()
ClusterDeploymentSpecFluent.ProvisioningNested<A> withNewProvisioning()
ClusterDeploymentSpecFluent.ProvisioningNested<A> withNewProvisioningLike(Provisioning item)
ClusterDeploymentSpecFluent.ProvisioningNested<A> editProvisioning()
ClusterDeploymentSpecFluent.ProvisioningNested<A> editOrNewProvisioning()
ClusterDeploymentSpecFluent.ProvisioningNested<A> editOrNewProvisioningLike(Provisioning item)
@Deprecated io.fabric8.kubernetes.api.model.LocalObjectReference getPullSecretRef()
io.fabric8.kubernetes.api.model.LocalObjectReference buildPullSecretRef()
A withPullSecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecretRef)
Boolean hasPullSecretRef()
ClusterDeploymentSpecFluent.PullSecretRefNested<A> withNewPullSecretRef()
ClusterDeploymentSpecFluent.PullSecretRefNested<A> withNewPullSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
ClusterDeploymentSpecFluent.PullSecretRefNested<A> editPullSecretRef()
ClusterDeploymentSpecFluent.PullSecretRefNested<A> editOrNewPullSecretRef()
ClusterDeploymentSpecFluent.PullSecretRefNested<A> editOrNewPullSecretRefLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
Boolean hasAdditionalProperties()
A withInstalled()
A withManageDNS()
A withPreserveOnDelete()
Copyright © 2015–2022 Red Hat. All rights reserved.