Re-generate code and API spec for CronJob API

This commit is contained in:
peay
2017-02-25 06:51:59 -05:00
parent 2b33de0684
commit ca3c4b3993
9 changed files with 407 additions and 129 deletions

View File

@@ -40977,6 +40977,11 @@
"description": "ConcurrencyPolicy specifies how to treat concurrent executions of a Job.",
"type": "string"
},
"failedJobsHistoryLimit": {
"description": "The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",
"type": "integer",
"format": "int32"
},
"jobTemplate": {
"description": "JobTemplate is the object that describes the job that will be created when executing a CronJob.",
"$ref": "#/definitions/io.k8s.kubernetes.pkg.apis.batch.v2alpha1.JobTemplateSpec"
@@ -40990,6 +40995,11 @@
"type": "integer",
"format": "int64"
},
"successfulJobsHistoryLimit": {
"description": "The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",
"type": "integer",
"format": "int32"
},
"suspend": {
"description": "Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"type": "boolean"