Class ProxySpecFluent<A extends ProxySpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ProxySpecFluent<A>
-
- Direct Known Subclasses:
BuildDefaultsFluent.DefaultProxyNested,BuildDefaultsFluent.GitProxyNested,ProxyFluent.SpecNested,ProxySpecBuilder
public class ProxySpecFluent<A extends ProxySpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProxySpecFluent.TrustedCANested<N>
-
Constructor Summary
Constructors Constructor Description ProxySpecFluent()ProxySpecFluent(ProxySpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
ProxySpecFluent
public ProxySpecFluent()
-
ProxySpecFluent
public ProxySpecFluent(ProxySpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ProxySpec instance)
-
getHttpProxy
public String getHttpProxy()
-
hasHttpProxy
public boolean hasHttpProxy()
-
getHttpsProxy
public String getHttpsProxy()
-
hasHttpsProxy
public boolean hasHttpsProxy()
-
getNoProxy
public String getNoProxy()
-
hasNoProxy
public boolean hasNoProxy()
-
addAllToReadinessEndpoints
public A addAllToReadinessEndpoints(Collection<String> items)
-
removeAllFromReadinessEndpoints
public A removeAllFromReadinessEndpoints(Collection<String> items)
-
getReadinessEndpoint
public String getReadinessEndpoint(int index)
-
getFirstReadinessEndpoint
public String getFirstReadinessEndpoint()
-
getLastReadinessEndpoint
public String getLastReadinessEndpoint()
-
getMatchingReadinessEndpoint
public String getMatchingReadinessEndpoint(Predicate<String> predicate)
-
hasMatchingReadinessEndpoint
public boolean hasMatchingReadinessEndpoint(Predicate<String> predicate)
-
hasReadinessEndpoints
public boolean hasReadinessEndpoints()
-
buildTrustedCA
public ConfigMapNameReference buildTrustedCA()
-
withTrustedCA
public A withTrustedCA(ConfigMapNameReference trustedCA)
-
hasTrustedCA
public boolean hasTrustedCA()
-
withNewTrustedCA
public ProxySpecFluent.TrustedCANested<A> withNewTrustedCA()
-
withNewTrustedCALike
public ProxySpecFluent.TrustedCANested<A> withNewTrustedCALike(ConfigMapNameReference item)
-
editTrustedCA
public ProxySpecFluent.TrustedCANested<A> editTrustedCA()
-
editOrNewTrustedCA
public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCA()
-
editOrNewTrustedCALike
public ProxySpecFluent.TrustedCANested<A> editOrNewTrustedCALike(ConfigMapNameReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxySpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxySpecFluent<A>>
-
-