Class IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerTuningOptionsFluent<A>
-
- Direct Known Subclasses:
IngressControllerSpecFluent.TuningOptionsNested,IngressControllerTuningOptionsBuilder
public class IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IngressControllerTuningOptionsFluent()IngressControllerTuningOptionsFluent(IngressControllerTuningOptions instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressControllerTuningOptionsFluent
public IngressControllerTuningOptionsFluent()
-
IngressControllerTuningOptionsFluent
public IngressControllerTuningOptionsFluent(IngressControllerTuningOptions instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressControllerTuningOptions instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerTuningOptionsFluent<A>>
-
getClientFinTimeout
public String getClientFinTimeout()
-
getClientTimeout
public String getClientTimeout()
-
getConnectTimeout
public String getConnectTimeout()
-
getHeaderBufferBytes
public Integer getHeaderBufferBytes()
-
getHeaderBufferMaxRewriteBytes
public Integer getHeaderBufferMaxRewriteBytes()
-
getHealthCheckInterval
public String getHealthCheckInterval()
-
getHttpKeepAliveTimeout
public String getHttpKeepAliveTimeout()
-
getMaxConnections
public Integer getMaxConnections()
-
getReloadInterval
public String getReloadInterval()
-
getServerFinTimeout
public String getServerFinTimeout()
-
getServerTimeout
public String getServerTimeout()
-
getThreadCount
public Integer getThreadCount()
-
getTlsInspectDelay
public String getTlsInspectDelay()
-
getTunnelTimeout
public String getTunnelTimeout()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasClientFinTimeout
public boolean hasClientFinTimeout()
-
hasClientTimeout
public boolean hasClientTimeout()
-
hasConnectTimeout
public boolean hasConnectTimeout()
-
hasHeaderBufferBytes
public boolean hasHeaderBufferBytes()
-
hasHeaderBufferMaxRewriteBytes
public boolean hasHeaderBufferMaxRewriteBytes()
-
hasHealthCheckInterval
public boolean hasHealthCheckInterval()
-
hasHttpKeepAliveTimeout
public boolean hasHttpKeepAliveTimeout()
-
hasMaxConnections
public boolean hasMaxConnections()
-
hasReloadInterval
public boolean hasReloadInterval()
-
hasServerFinTimeout
public boolean hasServerFinTimeout()
-
hasServerTimeout
public boolean hasServerTimeout()
-
hasThreadCount
public boolean hasThreadCount()
-
hasTlsInspectDelay
public boolean hasTlsInspectDelay()
-
hasTunnelTimeout
public boolean hasTunnelTimeout()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressControllerTuningOptionsFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withHeaderBufferMaxRewriteBytes
public A withHeaderBufferMaxRewriteBytes(Integer headerBufferMaxRewriteBytes)
-
-