Class IngressControllerTuningOptionsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerTuningOptionsFluent<IngressControllerTuningOptionsBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerTuningOptionsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<IngressControllerTuningOptions>,io.fabric8.kubernetes.api.builder.Visitable<IngressControllerTuningOptionsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressControllerTuningOptions,IngressControllerTuningOptionsBuilder>
public class IngressControllerTuningOptionsBuilder extends IngressControllerTuningOptionsFluent<IngressControllerTuningOptionsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<IngressControllerTuningOptions,IngressControllerTuningOptionsBuilder>
-
-
Constructor Summary
Constructors Constructor Description IngressControllerTuningOptionsBuilder()IngressControllerTuningOptionsBuilder(IngressControllerTuningOptions instance)IngressControllerTuningOptionsBuilder(IngressControllerTuningOptionsFluent<?> fluent)IngressControllerTuningOptionsBuilder(IngressControllerTuningOptionsFluent<?> fluent, IngressControllerTuningOptions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressControllerTuningOptionsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.IngressControllerTuningOptionsFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getClientFinTimeout, getClientTimeout, getConnectTimeout, getHeaderBufferBytes, getHeaderBufferMaxRewriteBytes, getHealthCheckInterval, getHttpKeepAliveTimeout, getMaxConnections, getReloadInterval, getServerFinTimeout, getServerTimeout, getThreadCount, getTlsInspectDelay, getTunnelTimeout, hasAdditionalProperties, hasClientFinTimeout, hasClientTimeout, hasConnectTimeout, hashCode, hasHeaderBufferBytes, hasHeaderBufferMaxRewriteBytes, hasHealthCheckInterval, hasHttpKeepAliveTimeout, hasMaxConnections, hasReloadInterval, hasServerFinTimeout, hasServerTimeout, hasThreadCount, hasTlsInspectDelay, hasTunnelTimeout, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withClientFinTimeout, withClientTimeout, withConnectTimeout, withHeaderBufferBytes, withHeaderBufferMaxRewriteBytes, withHealthCheckInterval, withHttpKeepAliveTimeout, withMaxConnections, withReloadInterval, withServerFinTimeout, withServerTimeout, withThreadCount, withTlsInspectDelay, withTunnelTimeout
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
IngressControllerTuningOptionsBuilder
public IngressControllerTuningOptionsBuilder()
-
IngressControllerTuningOptionsBuilder
public IngressControllerTuningOptionsBuilder(IngressControllerTuningOptionsFluent<?> fluent)
-
IngressControllerTuningOptionsBuilder
public IngressControllerTuningOptionsBuilder(IngressControllerTuningOptions instance)
-
IngressControllerTuningOptionsBuilder
public IngressControllerTuningOptionsBuilder(IngressControllerTuningOptionsFluent<?> fluent, IngressControllerTuningOptions instance)
-
-
Method Detail
-
build
public IngressControllerTuningOptions build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<IngressControllerTuningOptions>
-
-