| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.concurrencyPolicy(String concurrencyPolicy) |
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.failedJobsHistoryLimit(Integer failedJobsHistoryLimit) |
V2alpha1CronJobSpec |
V2alpha1CronJob.getSpec()
Spec is a structure defining the expected behavior of a job, including the schedule.
|
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.jobTemplate(V2alpha1JobTemplateSpec jobTemplate) |
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.schedule(String schedule) |
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.startingDeadlineSeconds(Long startingDeadlineSeconds) |
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.successfulJobsHistoryLimit(Integer successfulJobsHistoryLimit) |
V2alpha1CronJobSpec |
V2alpha1CronJobSpec.suspend(Boolean suspend) |
| Modifier and Type | Method and Description |
|---|---|
void |
V2alpha1CronJob.setSpec(V2alpha1CronJobSpec spec) |
V2alpha1CronJob |
V2alpha1CronJob.spec(V2alpha1CronJobSpec spec) |
Copyright © 2017. All rights reserved.