public interface ControlPlaneConfigSpecFluent<A extends ControlPlaneConfigSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ControlPlaneConfigSpecFluent.ServingCertificatesNested<N> |
String getApiURLOverride()
Boolean hasApiURLOverride()
@Deprecated ControlPlaneServingCertificateSpec getServingCertificates()
ControlPlaneServingCertificateSpec buildServingCertificates()
A withServingCertificates(ControlPlaneServingCertificateSpec servingCertificates)
Boolean hasServingCertificates()
ControlPlaneConfigSpecFluent.ServingCertificatesNested<A> withNewServingCertificates()
ControlPlaneConfigSpecFluent.ServingCertificatesNested<A> withNewServingCertificatesLike(ControlPlaneServingCertificateSpec item)
ControlPlaneConfigSpecFluent.ServingCertificatesNested<A> editServingCertificates()
ControlPlaneConfigSpecFluent.ServingCertificatesNested<A> editOrNewServingCertificates()
ControlPlaneConfigSpecFluent.ServingCertificatesNested<A> editOrNewServingCertificatesLike(ControlPlaneServingCertificateSpec item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.