public interface TLSConfigFluent<A extends TLSConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TLSConfigFluent.CaNested<N> |
static interface |
TLSConfigFluent.CertNested<N> |
@Deprecated SecretOrConfigMap getCa()
SecretOrConfigMap buildCa()
A withCa(SecretOrConfigMap ca)
Boolean hasCa()
TLSConfigFluent.CaNested<A> withNewCa()
TLSConfigFluent.CaNested<A> withNewCaLike(SecretOrConfigMap item)
TLSConfigFluent.CaNested<A> editCa()
TLSConfigFluent.CaNested<A> editOrNewCa()
TLSConfigFluent.CaNested<A> editOrNewCaLike(SecretOrConfigMap item)
String getCaFile()
Boolean hasCaFile()
A withNewCaFile(StringBuilder arg1)
A withNewCaFile(int[] arg1, int arg2, int arg3)
A withNewCaFile(char[] arg1)
A withNewCaFile(StringBuffer arg1)
A withNewCaFile(byte[] arg1, int arg2)
A withNewCaFile(byte[] arg1)
A withNewCaFile(char[] arg1, int arg2, int arg3)
A withNewCaFile(byte[] arg1, int arg2, int arg3)
A withNewCaFile(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated SecretOrConfigMap getCert()
SecretOrConfigMap buildCert()
A withCert(SecretOrConfigMap cert)
Boolean hasCert()
TLSConfigFluent.CertNested<A> withNewCert()
TLSConfigFluent.CertNested<A> withNewCertLike(SecretOrConfigMap item)
TLSConfigFluent.CertNested<A> editCert()
TLSConfigFluent.CertNested<A> editOrNewCert()
TLSConfigFluent.CertNested<A> editOrNewCertLike(SecretOrConfigMap item)
String getCertFile()
Boolean hasCertFile()
A withNewCertFile(StringBuilder arg1)
A withNewCertFile(int[] arg1, int arg2, int arg3)
A withNewCertFile(char[] arg1)
A withNewCertFile(StringBuffer arg1)
A withNewCertFile(byte[] arg1, int arg2)
A withNewCertFile(byte[] arg1)
A withNewCertFile(char[] arg1, int arg2, int arg3)
A withNewCertFile(byte[] arg1, int arg2, int arg3)
A withNewCertFile(byte[] arg1, int arg2, int arg3, int arg4)
Boolean getInsecureSkipVerify()
Boolean hasInsecureSkipVerify()
A withNewInsecureSkipVerify(boolean arg1)
String getKeyFile()
Boolean hasKeyFile()
A withNewKeyFile(StringBuilder arg1)
A withNewKeyFile(int[] arg1, int arg2, int arg3)
A withNewKeyFile(char[] arg1)
A withNewKeyFile(StringBuffer arg1)
A withNewKeyFile(byte[] arg1, int arg2)
A withNewKeyFile(byte[] arg1)
A withNewKeyFile(char[] arg1, int arg2, int arg3)
A withNewKeyFile(byte[] arg1, int arg2, int arg3)
A withNewKeyFile(byte[] arg1, int arg2, int arg3, int arg4)
io.fabric8.kubernetes.api.model.SecretKeySelector getKeySecret()
A withKeySecret(io.fabric8.kubernetes.api.model.SecretKeySelector keySecret)
Boolean hasKeySecret()
String getServerName()
Boolean hasServerName()
A withNewServerName(StringBuilder arg1)
A withNewServerName(int[] arg1, int arg2, int arg3)
A withNewServerName(char[] arg1)
A withNewServerName(StringBuffer arg1)
A withNewServerName(byte[] arg1, int arg2)
A withNewServerName(byte[] arg1)
A withNewServerName(char[] arg1, int arg2, int arg3)
A withNewServerName(byte[] arg1, int arg2, int arg3)
A withNewServerName(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.