public interface ServerTLSSettingsFluent<A extends ServerTLSSettingsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getCaCertificates()
Boolean hasCaCertificates()
@Deprecated A withNewCaCertificates(String arg0)
A addAllToCipherSuites(Collection<String> items)
A removeAllFromCipherSuites(Collection<String> items)
String getFirstCipherSuite()
String getLastCipherSuite()
Boolean hasCipherSuites()
String getCredentialName()
Boolean hasCredentialName()
@Deprecated A withNewCredentialName(String arg0)
Boolean getHttpsRedirect()
Boolean hasHttpsRedirect()
ServerTLSSettingsTLSProtocol getMaxProtocolVersion()
A withMaxProtocolVersion(ServerTLSSettingsTLSProtocol maxProtocolVersion)
Boolean hasMaxProtocolVersion()
ServerTLSSettingsTLSProtocol getMinProtocolVersion()
A withMinProtocolVersion(ServerTLSSettingsTLSProtocol minProtocolVersion)
Boolean hasMinProtocolVersion()
ServerTLSSettingsTLSmode getMode()
A withMode(ServerTLSSettingsTLSmode mode)
Boolean hasMode()
String getPrivateKey()
Boolean hasPrivateKey()
@Deprecated A withNewPrivateKey(String arg0)
String getServerCertificate()
Boolean hasServerCertificate()
@Deprecated A withNewServerCertificate(String arg0)
A addAllToSubjectAltNames(Collection<String> items)
A removeAllFromSubjectAltNames(Collection<String> items)
String getFirstSubjectAltName()
String getLastSubjectAltName()
Boolean hasSubjectAltNames()
A addAllToVerifyCertificateHash(Collection<String> items)
A removeAllFromVerifyCertificateHash(Collection<String> items)
String getFirstVerifyCertificateHash()
String getLastVerifyCertificateHash()
String getMatchingVerifyCertificateHash(Predicate<String> predicate)
Boolean hasMatchingVerifyCertificateHash(Predicate<String> predicate)
Boolean hasVerifyCertificateHash()
A addAllToVerifyCertificateSpki(Collection<String> items)
A removeAllFromVerifyCertificateSpki(Collection<String> items)
String getFirstVerifyCertificateSpki()
String getLastVerifyCertificateSpki()
String getMatchingVerifyCertificateSpki(Predicate<String> predicate)
Boolean hasMatchingVerifyCertificateSpki(Predicate<String> predicate)
Boolean hasVerifyCertificateSpki()
Copyright © 2015–2022 Red Hat. All rights reserved.