public class MachinePoolAutoscaling extends Object implements 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 |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMaxReplicas() |
Integer |
getMinReplicas() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxReplicas(Integer maxReplicas) |
void |
setMinReplicas(Integer minReplicas) |
public MachinePoolAutoscaling()
Copyright © 2015–2020 Red Hat. All rights reserved.