public class ControllerConfigFluentImpl<A extends ControllerConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ControllerConfigFluent<A>
| Constructor and Description |
|---|
ControllerConfigFluentImpl() |
ControllerConfigFluentImpl(ControllerConfig instance) |
public ControllerConfigFluentImpl()
public ControllerConfigFluentImpl(ControllerConfig instance)
public Integer getClientBurst()
getClientBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withClientBurst(Integer clientBurst)
withClientBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasClientBurst()
hasClientBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Integer getClientQPS()
getClientQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withClientQPS(Integer clientQPS)
withClientQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasClientQPS()
hasClientQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Integer getConcurrentReconciles()
getConcurrentReconciles in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withConcurrentReconciles(Integer concurrentReconciles)
withConcurrentReconciles in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasConcurrentReconciles()
hasConcurrentReconciles in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Integer getQueueBurst()
getQueueBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withQueueBurst(Integer queueBurst)
withQueueBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasQueueBurst()
hasQueueBurst in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Integer getQueueQPS()
getQueueQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withQueueQPS(Integer queueQPS)
withQueueQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasQueueQPS()
hasQueueQPS in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Integer getReplicas()
getReplicas in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasReplicas()
hasReplicas in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ControllerConfigFluent<A extends ControllerConfigFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.