public class IngressControllerTuningOptionsFluentImpl<A extends IngressControllerTuningOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressControllerTuningOptionsFluent<A>
| Constructor and Description |
|---|
IngressControllerTuningOptionsFluentImpl() |
IngressControllerTuningOptionsFluentImpl(IngressControllerTuningOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getHeaderBufferBytes() |
Integer |
getHeaderBufferMaxRewriteBytes() |
Integer |
getThreadCount() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHeaderBufferBytes() |
Boolean |
hasHeaderBufferMaxRewriteBytes() |
Boolean |
hasThreadCount() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHeaderBufferBytes(Integer headerBufferBytes) |
A |
withHeaderBufferMaxRewriteBytes(Integer headerBufferMaxRewriteBytes) |
A |
withThreadCount(Integer threadCount) |
public IngressControllerTuningOptionsFluentImpl()
public IngressControllerTuningOptionsFluentImpl(IngressControllerTuningOptions instance)
public Integer getHeaderBufferBytes()
getHeaderBufferBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A withHeaderBufferBytes(Integer headerBufferBytes)
withHeaderBufferBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Boolean hasHeaderBufferBytes()
hasHeaderBufferBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Integer getHeaderBufferMaxRewriteBytes()
getHeaderBufferMaxRewriteBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A withHeaderBufferMaxRewriteBytes(Integer headerBufferMaxRewriteBytes)
withHeaderBufferMaxRewriteBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Boolean hasHeaderBufferMaxRewriteBytes()
hasHeaderBufferMaxRewriteBytes in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Integer getThreadCount()
getThreadCount in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A withThreadCount(Integer threadCount)
withThreadCount in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Boolean hasThreadCount()
hasThreadCount in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressControllerTuningOptionsFluent<A extends IngressControllerTuningOptionsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.