| Package | Description |
|---|---|
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1CronJobSpec |
V1beta1CronJobSpec.concurrencyPolicy(String concurrencyPolicy) |
V1beta1CronJobSpec |
V1beta1CronJobSpec.failedJobsHistoryLimit(Integer failedJobsHistoryLimit) |
V1beta1CronJobSpec |
V1beta1CronJob.getSpec()
Specification of the desired behavior of a cron job, including the schedule.
|
V1beta1CronJobSpec |
V1beta1CronJobSpec.jobTemplate(V1beta1JobTemplateSpec jobTemplate) |
V1beta1CronJobSpec |
V1beta1CronJobSpec.schedule(String schedule) |
V1beta1CronJobSpec |
V1beta1CronJobSpec.startingDeadlineSeconds(Long startingDeadlineSeconds) |
V1beta1CronJobSpec |
V1beta1CronJobSpec.successfulJobsHistoryLimit(Integer successfulJobsHistoryLimit) |
V1beta1CronJobSpec |
V1beta1CronJobSpec.suspend(Boolean suspend) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1beta1CronJob.setSpec(V1beta1CronJobSpec spec) |
V1beta1CronJob |
V1beta1CronJob.spec(V1beta1CronJobSpec spec) |
Copyright © 2018. All rights reserved.