Update API Reference multi-pages for v1.24
This commit is contained in:
@@ -79,14 +79,15 @@ CronJobSpec describes how the job execution will look like and when it will actu
|
||||
|
||||
The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
|
||||
|
||||
- **timeZone** (string)
|
||||
|
||||
The time zone for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will rely on the time zone of the kube-controller-manager process. ALPHA: This field is in alpha and must be enabled via the `CronJobTimeZone` feature gate.
|
||||
|
||||
- **concurrencyPolicy** (string)
|
||||
|
||||
Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one
|
||||
|
||||
Possible enum values:
|
||||
- `"Allow"` allows CronJobs to run concurrently.
|
||||
- `"Forbid"` forbids concurrent runs, skipping next run if previous hasn't finished yet.
|
||||
- `"Replace"` cancels currently running job and replaces it with a new one.
|
||||
|
||||
|
||||
- **startingDeadlineSeconds** (int64)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user