public interface ScheduleStatusFluent<A extends ScheduleStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getNextRecover() |
String |
getNextStart() |
Boolean |
hasNextRecover() |
Boolean |
hasNextStart() |
A |
withNextRecover(String nextRecover) |
A |
withNextStart(String nextStart) |
Copyright © 2015–2022 Red Hat. All rights reserved.