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