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>>public A withNewHttpProxy(StringBuilder arg1)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(int[] arg1, int arg2, int arg3)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(char[] arg1)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(StringBuffer arg1)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(byte[] arg1, int arg2)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(byte[] arg1)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(char[] arg1, int arg2, int arg3)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(byte[] arg1, int arg2, int arg3)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(byte[] arg1, int arg2, int arg3, int arg4)
withNewHttpProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpProxy(String arg1)
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>>public A withNewHttpsProxy(StringBuilder arg1)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(int[] arg1, int arg2, int arg3)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(char[] arg1)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(StringBuffer arg1)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(byte[] arg1, int arg2)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(byte[] arg1)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(char[] arg1, int arg2, int arg3)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(byte[] arg1, int arg2, int arg3)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(byte[] arg1, int arg2, int arg3, int arg4)
withNewHttpsProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewHttpsProxy(String arg1)
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>>public A withNewNoProxy(StringBuilder arg1)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(int[] arg1, int arg2, int arg3)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(char[] arg1)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(StringBuffer arg1)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(byte[] arg1, int arg2)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(byte[] arg1)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(char[] arg1, int arg2, int arg3)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(byte[] arg1, int arg2, int arg3)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(byte[] arg1, int arg2, int arg3, int arg4)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A withNewNoProxy(String arg1)
withNewNoProxy in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addToReadinessEndpoints(int index, String item)
addToReadinessEndpoints in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A setToReadinessEndpoints(int 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(int 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(StringBuilder arg1)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(int[] arg1, int arg2, int arg3)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(char[] arg1)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(StringBuffer arg1)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(byte[] arg1, int arg2)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(byte[] arg1)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(char[] arg1, int arg2, int arg3)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(byte[] arg1, int arg2, int arg3)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(byte[] arg1, int arg2, int arg3, int arg4)
addNewReadinessEndpoint in interface ProxySpecFluent<A extends ProxySpecFluent<A>>public A addNewReadinessEndpoint(String arg1)
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>>Copyright © 2015–2022 Red Hat. All rights reserved.