Cron, jitter, timezone, and concurrency for the firing cadence.
concurrencyPolicy
string
How to handle a firing while a prior run is still in flight (default `Forbid`).
enum: Forbid, Allow, Replace
cron
string required
Cron expression with Jenkins-style `H` substitution.
jitter
string
Deterministic jitter (Go-style duration), derived from `(scheduleUID, slot)`.
runOnCreate
boolean
Whether to fire immediately on create (default `false`).
startingDeadlineSeconds
integer
If a slot is missed by more than this many seconds, skip it instead of firing late.
suspend
boolean
Skip future firings while true.
timezone
string
IANA timezone the cron is evaluated in; absent uses the controller's default.