public interface TLSOptionsFluent<A extends TLSOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getCaCertificates()
Boolean hasCaCertificates()
Boolean isHttpsRedirect()
Boolean hasHttpsRedirect()
A withNewHttpsRedirect(boolean arg1)
TLSOptionsMode getMode()
A withMode(TLSOptionsMode mode)
Boolean hasMode()
String getPrivateKey()
Boolean hasPrivateKey()
String getServerCertificate()
Boolean hasServerCertificate()
A addAllToSubjectAltNames(Collection<String> items)
A removeAllFromSubjectAltNames(Collection<String> items)
String getSubjectAltName(int index)
String getFirstSubjectAltName()
String getLastSubjectAltName()
String getMatchingSubjectAltName(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean hasSubjectAltNames()
Copyright © 2017–2018 Red Hat. All rights reserved.