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