ServerSideFieldValidation
feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.curl --location --request PUT '/apis/batch/v1/namespaces//cronjobs//status' \
--header 'Content-Type: text/plain' \
--data-raw ''
"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.