public class ScheduleStatus extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ScheduleStatus()
No args constructor for use in serialization
|
ScheduleStatus(String nextRecover,
String nextStart) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getNextRecover() |
String |
getNextStart() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setNextRecover(String nextRecover) |
void |
setNextStart(String nextStart) |
public ScheduleStatus()
Copyright © 2015–2021 Red Hat. All rights reserved.