public interface SchedulerSpecFluent<A extends SchedulerSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getCron() |
Boolean |
hasCron() |
A |
withCron(String cron) |
A |
withNewCron(String arg1) |
A |
withNewCron(StringBuffer arg1) |
A |
withNewCron(StringBuilder arg1) |
String getCron()
Boolean hasCron()
A withNewCron(StringBuilder arg1)
A withNewCron(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.