public class MachineHealthCheckStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
MachineHealthCheckStatus()
No args constructor for use in serialization
|
MachineHealthCheckStatus(List<Condition> conditions,
Integer currentHealthy,
Integer expectedMachines,
Integer remediationsAllowed) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
List<Condition> |
getConditions() |
Integer |
getCurrentHealthy() |
Integer |
getExpectedMachines() |
Integer |
getRemediationsAllowed() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<Condition> conditions) |
void |
setCurrentHealthy(Integer currentHealthy) |
void |
setExpectedMachines(Integer expectedMachines) |
void |
setRemediationsAllowed(Integer remediationsAllowed) |
public MachineHealthCheckStatus()
public Integer getCurrentHealthy()
public void setCurrentHealthy(Integer currentHealthy)
public Integer getExpectedMachines()
public void setExpectedMachines(Integer expectedMachines)
public Integer getRemediationsAllowed()
public void setRemediationsAllowed(Integer remediationsAllowed)
Copyright © 2015–2022 Red Hat. All rights reserved.