public class IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IngressControllerTuningOptionsFluent() |
IngressControllerTuningOptionsFluent(IngressControllerTuningOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(IngressControllerTuningOptions instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.Duration |
getClientFinTimeout() |
io.fabric8.kubernetes.api.model.Duration |
getClientTimeout() |
Integer |
getHeaderBufferBytes() |
Integer |
getHeaderBufferMaxRewriteBytes() |
io.fabric8.kubernetes.api.model.Duration |
getHealthCheckInterval() |
Integer |
getMaxConnections() |
io.fabric8.kubernetes.api.model.Duration |
getReloadInterval() |
io.fabric8.kubernetes.api.model.Duration |
getServerFinTimeout() |
io.fabric8.kubernetes.api.model.Duration |
getServerTimeout() |
Integer |
getThreadCount() |
io.fabric8.kubernetes.api.model.Duration |
getTlsInspectDelay() |
io.fabric8.kubernetes.api.model.Duration |
getTunnelTimeout() |
boolean |
hasAdditionalProperties() |
boolean |
hasClientFinTimeout() |
boolean |
hasClientTimeout() |
int |
hashCode() |
boolean |
hasHeaderBufferBytes() |
boolean |
hasHeaderBufferMaxRewriteBytes() |
boolean |
hasHealthCheckInterval() |
boolean |
hasMaxConnections() |
boolean |
hasReloadInterval() |
boolean |
hasServerFinTimeout() |
boolean |
hasServerTimeout() |
boolean |
hasThreadCount() |
boolean |
hasTlsInspectDelay() |
boolean |
hasTunnelTimeout() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClientFinTimeout(io.fabric8.kubernetes.api.model.Duration clientFinTimeout) |
A |
withClientTimeout(io.fabric8.kubernetes.api.model.Duration clientTimeout) |
A |
withHeaderBufferBytes(Integer headerBufferBytes) |
A |
withHeaderBufferMaxRewriteBytes(Integer headerBufferMaxRewriteBytes) |
A |
withHealthCheckInterval(io.fabric8.kubernetes.api.model.Duration healthCheckInterval) |
A |
withMaxConnections(Integer maxConnections) |
A |
withReloadInterval(io.fabric8.kubernetes.api.model.Duration reloadInterval) |
A |
withServerFinTimeout(io.fabric8.kubernetes.api.model.Duration serverFinTimeout) |
A |
withServerTimeout(io.fabric8.kubernetes.api.model.Duration serverTimeout) |
A |
withThreadCount(Integer threadCount) |
A |
withTlsInspectDelay(io.fabric8.kubernetes.api.model.Duration tlsInspectDelay) |
A |
withTunnelTimeout(io.fabric8.kubernetes.api.model.Duration tunnelTimeout) |
public IngressControllerTuningOptionsFluent()
public IngressControllerTuningOptionsFluent(IngressControllerTuningOptions instance)
protected void copyInstance(IngressControllerTuningOptions instance)
public io.fabric8.kubernetes.api.model.Duration getClientFinTimeout()
public A withClientFinTimeout(io.fabric8.kubernetes.api.model.Duration clientFinTimeout)
public boolean hasClientFinTimeout()
public io.fabric8.kubernetes.api.model.Duration getClientTimeout()
public A withClientTimeout(io.fabric8.kubernetes.api.model.Duration clientTimeout)
public boolean hasClientTimeout()
public Integer getHeaderBufferBytes()
public boolean hasHeaderBufferBytes()
public Integer getHeaderBufferMaxRewriteBytes()
public A withHeaderBufferMaxRewriteBytes(Integer headerBufferMaxRewriteBytes)
public boolean hasHeaderBufferMaxRewriteBytes()
public io.fabric8.kubernetes.api.model.Duration getHealthCheckInterval()
public A withHealthCheckInterval(io.fabric8.kubernetes.api.model.Duration healthCheckInterval)
public boolean hasHealthCheckInterval()
public Integer getMaxConnections()
public boolean hasMaxConnections()
public io.fabric8.kubernetes.api.model.Duration getReloadInterval()
public A withReloadInterval(io.fabric8.kubernetes.api.model.Duration reloadInterval)
public boolean hasReloadInterval()
public io.fabric8.kubernetes.api.model.Duration getServerFinTimeout()
public A withServerFinTimeout(io.fabric8.kubernetes.api.model.Duration serverFinTimeout)
public boolean hasServerFinTimeout()
public io.fabric8.kubernetes.api.model.Duration getServerTimeout()
public A withServerTimeout(io.fabric8.kubernetes.api.model.Duration serverTimeout)
public boolean hasServerTimeout()
public Integer getThreadCount()
public boolean hasThreadCount()
public io.fabric8.kubernetes.api.model.Duration getTlsInspectDelay()
public A withTlsInspectDelay(io.fabric8.kubernetes.api.model.Duration tlsInspectDelay)
public boolean hasTlsInspectDelay()
public io.fabric8.kubernetes.api.model.Duration getTunnelTimeout()
public A withTunnelTimeout(io.fabric8.kubernetes.api.model.Duration tunnelTimeout)
public boolean hasTunnelTimeout()
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 IngressControllerTuningOptionsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerTuningOptionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.