diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index ddc33b0824c..eb0525fa938 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -43326,7 +43326,7 @@ ], "properties": { "concurrencyPolicy": { - "description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job.", + "description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow.", "type": "string" }, "failedJobsHistoryLimit": { diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index 5c0ef198b94..22b693c4bd5 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -2186,7 +2186,7 @@ }, "concurrencyPolicy": { "type": "string", - "description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job." + "description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow." }, "suspend": { "type": "boolean", diff --git a/docs/api-reference/batch/v2alpha1/definitions.html b/docs/api-reference/batch/v2alpha1/definitions.html index 3a9a2d59ce8..525eeb8bd30 100755 --- a/docs/api-reference/batch/v2alpha1/definitions.html +++ b/docs/api-reference/batch/v2alpha1/definitions.html @@ -3720,7 +3720,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
concurrencyPolicy
ConcurrencyPolicy specifies how to treat concurrent executions of a Job.
ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow.
false
string