public interface ProxySpecFluent<A extends ProxySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProxySpecFluent.TrustedCANested<N> |
String getHttpProxy()
Boolean hasHttpProxy()
A withNewHttpProxy(StringBuilder arg1)
A withNewHttpProxy(int[] arg1, int arg2, int arg3)
A withNewHttpProxy(char[] arg1)
A withNewHttpProxy(StringBuffer arg1)
A withNewHttpProxy(byte[] arg1, int arg2)
A withNewHttpProxy(byte[] arg1)
A withNewHttpProxy(char[] arg1, int arg2, int arg3)
A withNewHttpProxy(byte[] arg1, int arg2, int arg3)
A withNewHttpProxy(byte[] arg1, int arg2, int arg3, int arg4)
String getHttpsProxy()
Boolean hasHttpsProxy()
A withNewHttpsProxy(StringBuilder arg1)
A withNewHttpsProxy(int[] arg1, int arg2, int arg3)
A withNewHttpsProxy(char[] arg1)
A withNewHttpsProxy(StringBuffer arg1)
A withNewHttpsProxy(byte[] arg1, int arg2)
A withNewHttpsProxy(byte[] arg1)
A withNewHttpsProxy(char[] arg1, int arg2, int arg3)
A withNewHttpsProxy(byte[] arg1, int arg2, int arg3)
A withNewHttpsProxy(byte[] arg1, int arg2, int arg3, int arg4)
String getNoProxy()
Boolean hasNoProxy()
A withNewNoProxy(StringBuilder arg1)
A withNewNoProxy(int[] arg1, int arg2, int arg3)
A withNewNoProxy(char[] arg1)
A withNewNoProxy(StringBuffer arg1)
A withNewNoProxy(byte[] arg1, int arg2)
A withNewNoProxy(byte[] arg1)
A withNewNoProxy(char[] arg1, int arg2, int arg3)
A withNewNoProxy(byte[] arg1, int arg2, int arg3)
A withNewNoProxy(byte[] arg1, int arg2, int arg3, int arg4)
A addAllToReadinessEndpoints(Collection<String> items)
A removeAllFromReadinessEndpoints(Collection<String> items)
String getReadinessEndpoint(int index)
String getFirstReadinessEndpoint()
String getLastReadinessEndpoint()
Boolean hasReadinessEndpoints()
A addNewReadinessEndpoint(StringBuilder arg1)
A addNewReadinessEndpoint(int[] arg1, int arg2, int arg3)
A addNewReadinessEndpoint(char[] arg1)
A addNewReadinessEndpoint(StringBuffer arg1)
A addNewReadinessEndpoint(byte[] arg1, int arg2)
A addNewReadinessEndpoint(byte[] arg1)
A addNewReadinessEndpoint(char[] arg1, int arg2, int arg3)
A addNewReadinessEndpoint(byte[] arg1, int arg2, int arg3)
A addNewReadinessEndpoint(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated ConfigMapNameReference getTrustedCA()
ConfigMapNameReference buildTrustedCA()
A withTrustedCA(ConfigMapNameReference trustedCA)
Boolean hasTrustedCA()
ProxySpecFluent.TrustedCANested<A> withNewTrustedCA()
ProxySpecFluent.TrustedCANested<A> withNewTrustedCALike(ConfigMapNameReference item)
ProxySpecFluent.TrustedCANested<A> editTrustedCA()
ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCA()
ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCALike(ConfigMapNameReference item)
Copyright © 2015–2022 Red Hat. All rights reserved.