public interface ControllerConfigSpecFluent<A extends ControllerConfigSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ControllerConfigSpecFluent.PullSecretNested<N> |
String getAdditionalTrustBundle()
Boolean hasAdditionalTrustBundle()
@Deprecated A withNewAdditionalTrustBundle(String arg0)
String getCloudProviderCAData()
Boolean hasCloudProviderCAData()
@Deprecated A withNewCloudProviderCAData(String arg0)
String getCloudProviderConfig()
Boolean hasCloudProviderConfig()
@Deprecated A withNewCloudProviderConfig(String arg0)
String getClusterDNSIP()
Boolean hasClusterDNSIP()
@Deprecated A withNewClusterDNSIP(String arg0)
io.fabric8.openshift.api.model.DNS getDns()
A withDns(io.fabric8.openshift.api.model.DNS dns)
Boolean hasDns()
String getEtcdDiscoveryDomain()
Boolean hasEtcdDiscoveryDomain()
@Deprecated A withNewEtcdDiscoveryDomain(String arg0)
Boolean hasImages()
io.fabric8.openshift.api.model.Infrastructure getInfra()
A withInfra(io.fabric8.openshift.api.model.Infrastructure infra)
Boolean hasInfra()
String getIpFamilies()
Boolean hasIpFamilies()
@Deprecated A withNewIpFamilies(String arg0)
String getKubeAPIServerServingCAData()
Boolean hasKubeAPIServerServingCAData()
@Deprecated A withNewKubeAPIServerServingCAData(String arg0)
String getNetworkType()
Boolean hasNetworkType()
@Deprecated A withNewNetworkType(String arg0)
String getOsImageURL()
Boolean hasOsImageURL()
@Deprecated A withNewOsImageURL(String arg0)
String getPlatform()
Boolean hasPlatform()
@Deprecated A withNewPlatform(String arg0)
io.fabric8.openshift.api.model.ProxyStatus getProxy()
A withProxy(io.fabric8.openshift.api.model.ProxyStatus proxy)
Boolean hasProxy()
@Deprecated io.fabric8.kubernetes.api.model.ObjectReference getPullSecret()
io.fabric8.kubernetes.api.model.ObjectReference buildPullSecret()
A withPullSecret(io.fabric8.kubernetes.api.model.ObjectReference pullSecret)
Boolean hasPullSecret()
ControllerConfigSpecFluent.PullSecretNested<A> withNewPullSecret()
ControllerConfigSpecFluent.PullSecretNested<A> withNewPullSecretLike(io.fabric8.kubernetes.api.model.ObjectReference item)
ControllerConfigSpecFluent.PullSecretNested<A> editPullSecret()
ControllerConfigSpecFluent.PullSecretNested<A> editOrNewPullSecret()
ControllerConfigSpecFluent.PullSecretNested<A> editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.ObjectReference item)
String getReleaseImage()
Boolean hasReleaseImage()
@Deprecated A withNewReleaseImage(String arg0)
String getRootCAData()
Boolean hasRootCAData()
@Deprecated A withNewRootCAData(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.