@Generated(value="jsonschema2pojo") public class MachinePoolAutoscaling extends Object implements io.fabric8.kubernetes.api.builder.Editable<MachinePoolAutoscalingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachinePoolAutoscaling()
No args constructor for use in serialization
|
MachinePoolAutoscaling(Integer maxReplicas,
Integer minReplicas) |
| Modifier and Type | Method and Description |
|---|---|
MachinePoolAutoscalingBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMaxReplicas() |
Integer |
getMinReplicas() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxReplicas(Integer maxReplicas) |
void |
setMinReplicas(Integer minReplicas) |
MachinePoolAutoscalingBuilder |
toBuilder() |
public MachinePoolAutoscaling()
public Integer getMaxReplicas()
public void setMaxReplicas(Integer maxReplicas)
public Integer getMinReplicas()
public void setMinReplicas(Integer minReplicas)
public MachinePoolAutoscalingBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<MachinePoolAutoscalingBuilder>public MachinePoolAutoscalingBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.