public class MachinePoolAutoscalingFluentImpl<A extends MachinePoolAutoscalingFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MachinePoolAutoscalingFluent<A>
| Constructor and Description |
|---|
MachinePoolAutoscalingFluentImpl() |
MachinePoolAutoscalingFluentImpl(MachinePoolAutoscaling 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 |
getMaxReplicas() |
Integer |
getMinReplicas() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasMaxReplicas() |
Boolean |
hasMinReplicas() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMaxReplicas(Integer maxReplicas) |
A |
withMinReplicas(Integer minReplicas) |
public MachinePoolAutoscalingFluentImpl()
public MachinePoolAutoscalingFluentImpl(MachinePoolAutoscaling instance)
public Integer getMaxReplicas()
getMaxReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A withMaxReplicas(Integer maxReplicas)
withMaxReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public Boolean hasMaxReplicas()
hasMaxReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public Integer getMinReplicas()
getMinReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A withMinReplicas(Integer minReplicas)
withMinReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public Boolean hasMinReplicas()
hasMinReplicas in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MachinePoolAutoscalingFluent<A extends MachinePoolAutoscalingFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.