public interface APIServerSpecFluent<A extends APIServerSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
APIServerSpecFluent.AuditNested<N> |
static interface |
APIServerSpecFluent.ClientCANested<N> |
static interface |
APIServerSpecFluent.EncryptionNested<N> |
static interface |
APIServerSpecFluent.ServingCertsNested<N> |
static interface |
APIServerSpecFluent.TlsSecurityProfileNested<N> |
A addAllToAdditionalCORSAllowedOrigins(Collection<String> items)
A removeAllFromAdditionalCORSAllowedOrigins(Collection<String> items)
String getAdditionalCORSAllowedOrigin(int index)
String getFirstAdditionalCORSAllowedOrigin()
String getLastAdditionalCORSAllowedOrigin()
String getMatchingAdditionalCORSAllowedOrigin(Predicate<String> predicate)
Boolean hasMatchingAdditionalCORSAllowedOrigin(Predicate<String> predicate)
A withAdditionalCORSAllowedOrigins(List<String> additionalCORSAllowedOrigins)
A withAdditionalCORSAllowedOrigins(String... additionalCORSAllowedOrigins)
Boolean hasAdditionalCORSAllowedOrigins()
A addNewAdditionalCORSAllowedOrigin(StringBuilder arg1)
A addNewAdditionalCORSAllowedOrigin(StringBuffer arg1)
@Deprecated Audit getAudit()
Audit buildAudit()
Boolean hasAudit()
APIServerSpecFluent.AuditNested<A> withNewAudit()
APIServerSpecFluent.AuditNested<A> withNewAuditLike(Audit item)
APIServerSpecFluent.AuditNested<A> editAudit()
APIServerSpecFluent.AuditNested<A> editOrNewAudit()
APIServerSpecFluent.AuditNested<A> editOrNewAuditLike(Audit item)
@Deprecated ConfigMapNameReference getClientCA()
ConfigMapNameReference buildClientCA()
A withClientCA(ConfigMapNameReference clientCA)
Boolean hasClientCA()
APIServerSpecFluent.ClientCANested<A> withNewClientCA()
APIServerSpecFluent.ClientCANested<A> withNewClientCALike(ConfigMapNameReference item)
APIServerSpecFluent.ClientCANested<A> editClientCA()
APIServerSpecFluent.ClientCANested<A> editOrNewClientCA()
APIServerSpecFluent.ClientCANested<A> editOrNewClientCALike(ConfigMapNameReference item)
@Deprecated APIServerEncryption getEncryption()
APIServerEncryption buildEncryption()
A withEncryption(APIServerEncryption encryption)
Boolean hasEncryption()
APIServerSpecFluent.EncryptionNested<A> withNewEncryption()
APIServerSpecFluent.EncryptionNested<A> withNewEncryptionLike(APIServerEncryption item)
APIServerSpecFluent.EncryptionNested<A> editEncryption()
APIServerSpecFluent.EncryptionNested<A> editOrNewEncryption()
APIServerSpecFluent.EncryptionNested<A> editOrNewEncryptionLike(APIServerEncryption item)
@Deprecated APIServerServingCerts getServingCerts()
APIServerServingCerts buildServingCerts()
A withServingCerts(APIServerServingCerts servingCerts)
Boolean hasServingCerts()
APIServerSpecFluent.ServingCertsNested<A> withNewServingCerts()
APIServerSpecFluent.ServingCertsNested<A> withNewServingCertsLike(APIServerServingCerts item)
APIServerSpecFluent.ServingCertsNested<A> editServingCerts()
APIServerSpecFluent.ServingCertsNested<A> editOrNewServingCerts()
APIServerSpecFluent.ServingCertsNested<A> editOrNewServingCertsLike(APIServerServingCerts item)
@Deprecated TLSSecurityProfile getTlsSecurityProfile()
TLSSecurityProfile buildTlsSecurityProfile()
A withTlsSecurityProfile(TLSSecurityProfile tlsSecurityProfile)
Boolean hasTlsSecurityProfile()
APIServerSpecFluent.TlsSecurityProfileNested<A> withNewTlsSecurityProfile()
APIServerSpecFluent.TlsSecurityProfileNested<A> withNewTlsSecurityProfileLike(TLSSecurityProfile item)
APIServerSpecFluent.TlsSecurityProfileNested<A> editTlsSecurityProfile()
APIServerSpecFluent.TlsSecurityProfileNested<A> editOrNewTlsSecurityProfile()
APIServerSpecFluent.TlsSecurityProfileNested<A> editOrNewTlsSecurityProfileLike(TLSSecurityProfile item)
Copyright © 2015–2020 Red Hat. All rights reserved.