mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Generated changes for defaults updates
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user