public class ProxyBuilder extends ProxyFluentImpl<ProxyBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Proxy,ProxyBuilder>
| Constructor and Description |
|---|
ProxyBuilder() |
ProxyBuilder(Boolean validationEnabled) |
ProxyBuilder(Proxy instance) |
ProxyBuilder(Proxy instance,
Boolean validationEnabled) |
ProxyBuilder(ProxyFluent<?> fluent) |
ProxyBuilder(ProxyFluent<?> fluent,
Boolean validationEnabled) |
ProxyBuilder(ProxyFluent<?> fluent,
Proxy instance) |
ProxyBuilder(ProxyFluent<?> fluent,
Proxy instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getHttpProxy, getHttpsProxy, getNoProxy, hasAdditionalProperties, hasHttpProxy, hasHttpsProxy, hasNoProxy, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withHttpProxy, withHttpsProxy, withNewHttpProxy, withNewHttpsProxy, withNewNoProxy, withNoProxyaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ProxyBuilder()
public ProxyBuilder(Boolean validationEnabled)
public ProxyBuilder(ProxyFluent<?> fluent)
public ProxyBuilder(ProxyFluent<?> fluent, Boolean validationEnabled)
public ProxyBuilder(ProxyFluent<?> fluent, Proxy instance)
public ProxyBuilder(ProxyFluent<?> fluent, Proxy instance, Boolean validationEnabled)
public ProxyBuilder(Proxy instance)
public Proxy build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Proxy>public boolean equals(Object o)
equals in class ProxyFluentImpl<ProxyBuilder>public int hashCode()
hashCode in class ProxyFluentImpl<ProxyBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.