public class ControllerConfigFluent<A extends ControllerConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ControllerConfigFluent() |
ControllerConfigFluent(ControllerConfig instance) |
public ControllerConfigFluent()
public ControllerConfigFluent(ControllerConfig instance)
protected void copyInstance(ControllerConfig instance)
public Integer getClientBurst()
public boolean hasClientBurst()
public Integer getClientQPS()
public boolean hasClientQPS()
public Integer getConcurrentReconciles()
public boolean hasConcurrentReconciles()
public Integer getQueueBurst()
public boolean hasQueueBurst()
public Integer getQueueQPS()
public boolean hasQueueQPS()
public Integer getReplicas()
public boolean hasReplicas()
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 ControllerConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ControllerConfigFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.