Class ProxySpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ProxySpecFluent<ProxySpecBuilder>
-
- io.fabric8.openshift.api.model.config.v1.ProxySpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ProxySpec>,io.fabric8.kubernetes.api.builder.Visitable<ProxySpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ProxySpec,ProxySpecBuilder>
public class ProxySpecBuilder extends ProxySpecFluent<ProxySpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ProxySpec,ProxySpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.ProxySpecFluent
ProxySpecFluent.TrustedCANested<N>
-
-
Constructor Summary
Constructors Constructor Description ProxySpecBuilder()ProxySpecBuilder(ProxySpec instance)ProxySpecBuilder(ProxySpecFluent<?> fluent)ProxySpecBuilder(ProxySpecFluent<?> fluent, ProxySpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxySpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.ProxySpecFluent
addAllToReadinessEndpoints, addToAdditionalProperties, addToAdditionalProperties, addToReadinessEndpoints, addToReadinessEndpoints, buildTrustedCA, copyInstance, editOrNewTrustedCA, editOrNewTrustedCALike, editTrustedCA, equals, getAdditionalProperties, getFirstReadinessEndpoint, getHttpProxy, getHttpsProxy, getLastReadinessEndpoint, getMatchingReadinessEndpoint, getNoProxy, getReadinessEndpoint, getReadinessEndpoints, hasAdditionalProperties, hashCode, hasHttpProxy, hasHttpsProxy, hasMatchingReadinessEndpoint, hasNoProxy, hasReadinessEndpoints, hasTrustedCA, removeAllFromReadinessEndpoints, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromReadinessEndpoints, setToReadinessEndpoints, toString, withAdditionalProperties, withHttpProxy, withHttpsProxy, withNewTrustedCA, withNewTrustedCA, withNewTrustedCALike, withNoProxy, withReadinessEndpoints, withReadinessEndpoints, withTrustedCA
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ProxySpecBuilder
public ProxySpecBuilder()
-
ProxySpecBuilder
public ProxySpecBuilder(ProxySpecFluent<?> fluent)
-
ProxySpecBuilder
public ProxySpecBuilder(ProxySpecFluent<?> fluent, ProxySpec instance)
-
ProxySpecBuilder
public ProxySpecBuilder(ProxySpec instance)
-
-