public class ClusterPoolStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ClusterPoolStatus()
No args constructor for use in serialization
|
ClusterPoolStatus(List<ClusterPoolCondition> conditions,
Integer ready,
Integer size) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<ClusterPoolCondition> |
getConditions() |
Integer |
getReady() |
Integer |
getSize() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<ClusterPoolCondition> conditions) |
void |
setReady(Integer ready) |
void |
setSize(Integer size) |
public ClusterPoolStatus()
public ClusterPoolStatus(List<ClusterPoolCondition> conditions, Integer ready, Integer size)
size - ready - conditions - public List<ClusterPoolCondition> getConditions()
public void setConditions(List<ClusterPoolCondition> conditions)
public Integer getReady()
public void setReady(Integer ready)
public Integer getSize()
public void setSize(Integer size)
Copyright © 2015–2022 Red Hat. All rights reserved.