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:
Kubernetes Submit Queue
2017-04-13 03:23:26 -07:00
committed by GitHub
13 changed files with 14 additions and 8 deletions

View File

@@ -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": {