public class ProxySpecFluentImpl<A extends ProxySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProxySpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProxySpecFluentImpl.TrustedCANestedImpl<N> |
ProxySpecFluent.TrustedCANested<N>| Constructor and Description |
|---|
ProxySpecFluentImpl() |
ProxySpecFluentImpl(ProxySpec instance) |
public ProxySpecFluentImpl()
public ProxySpecFluentImpl(ProxySpec instance)
public String getHttpProxy()
getHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withHttpProxy(String httpProxy)
withHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasHttpProxy()
hasHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>@Deprecated public A withNewHttpProxy(String arg0)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getHttpsProxy()
getHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withHttpsProxy(String httpsProxy)
withHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasHttpsProxy()
hasHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>@Deprecated public A withNewHttpsProxy(String arg0)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getNoProxy()
getNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNoProxy(String noProxy)
withNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasNoProxy()
hasNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>@Deprecated public A withNewNoProxy(String arg0)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addToReadinessEndpoints(Integer index, String item)
addToReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A setToReadinessEndpoints(Integer index, String item)
setToReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addToReadinessEndpoints(String... items)
addToReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addAllToReadinessEndpoints(Collection<String> items)
addAllToReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A removeFromReadinessEndpoints(String... items)
removeFromReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A removeAllFromReadinessEndpoints(Collection<String> items)
removeAllFromReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public List<String> getReadinessEndpoints()
getReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getReadinessEndpoint(Integer index)
getReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getFirstReadinessEndpoint()
getFirstReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getLastReadinessEndpoint()
getLastReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public String getMatchingReadinessEndpoint(Predicate<String> predicate)
getMatchingReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasMatchingReadinessEndpoint(Predicate<String> predicate)
hasMatchingReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withReadinessEndpoints(List<String> readinessEndpoints)
withReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withReadinessEndpoints(String... readinessEndpoints)
withReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasReadinessEndpoints()
hasReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(String arg0)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>@Deprecated public ConfigMapNameReference getTrustedCA()
getTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ConfigMapNameReference buildTrustedCA()
buildTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withTrustedCA(ConfigMapNameReference trustedCA)
withTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasTrustedCA()
hasTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewTrustedCA(String name)
withNewTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ProxySpecFluent.TrustedCANested<A> withNewTrustedCA()
withNewTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ProxySpecFluent.TrustedCANested<A> withNewTrustedCALike(ConfigMapNameReference item)
withNewTrustedCALike in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ProxySpecFluent.TrustedCANested<A> editTrustedCA()
editTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCA()
editOrNewTrustedCA in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCALike(ConfigMapNameReference item)
editOrNewTrustedCALike in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ProxySpecFluent<A extends ProxySpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.