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()
String getHttpsProxy()
Boolean hasHttpsProxy()
String getNoProxy()
Boolean hasNoProxy()
A addAllToReadinessEndpoints(Collection<String> items)
A removeAllFromReadinessEndpoints(Collection<String> items)
String getFirstReadinessEndpoint()
String getLastReadinessEndpoint()
Boolean hasReadinessEndpoints()
@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)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.