Merge pull request #42663 from soltysh/37166_followup
Automatic merge from submit-queue Add default information to CronJobSpec This is requested followup to https://github.com/kubernetes/kubernetes/pull/41890 @smarterclayton @janetkuo ptal
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": {
|
||||
|
Reference in New Issue
Block a user