public class ProxySpecFluent<A extends ProxySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProxySpecFluent.TrustedCANested<N> |
| Constructor and Description |
|---|
ProxySpecFluent() |
ProxySpecFluent(ProxySpec instance) |
public ProxySpecFluent()
public ProxySpecFluent(ProxySpec instance)
protected void copyInstance(ProxySpec instance)
public String getHttpProxy()
public boolean hasHttpProxy()
public String getHttpsProxy()
public boolean hasHttpsProxy()
public String getNoProxy()
public boolean hasNoProxy()
public A addAllToReadinessEndpoints(Collection<String> items)
public A removeAllFromReadinessEndpoints(Collection<String> items)
public String getReadinessEndpoint(int index)
public String getFirstReadinessEndpoint()
public String getLastReadinessEndpoint()
public String getMatchingReadinessEndpoint(Predicate<String> predicate)
public boolean hasMatchingReadinessEndpoint(Predicate<String> predicate)
public boolean hasReadinessEndpoints()
public ConfigMapNameReference buildTrustedCA()
public A withTrustedCA(ConfigMapNameReference trustedCA)
public boolean hasTrustedCA()
public ProxySpecFluent.TrustedCANested<A> withNewTrustedCA()
public ProxySpecFluent.TrustedCANested<A> withNewTrustedCALike(ConfigMapNameReference item)
public ProxySpecFluent.TrustedCANested<A> editTrustedCA()
public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCA()
public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCALike(ConfigMapNameReference item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxySpecFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.