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(StringBuffer arg1)
String getHttpsProxy()
Boolean hasHttpsProxy()
A withNewHttpsProxy(StringBuilder arg1)
A withNewHttpsProxy(StringBuffer arg1)
String getNoProxy()
Boolean hasNoProxy()
A withNewNoProxy(StringBuilder arg1)
A withNewNoProxy(StringBuffer arg1)
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(StringBuffer arg1)
@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–2021 Red Hat. All rights reserved.