"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":{
"suspend":{
"description":"Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"description":"Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
@@ -55,6 +55,8 @@ var map_CronJobSpec = map[string]string{
...
@@ -55,6 +55,8 @@ var map_CronJobSpec = map[string]string{
"concurrencyPolicy":"ConcurrencyPolicy specifies how to treat concurrent executions of a Job.",
"concurrencyPolicy":"ConcurrencyPolicy specifies how to treat concurrent executions of a Job.",
"suspend":"Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"suspend":"Suspend flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"jobTemplate":"JobTemplate is the object that describes the job that will be created when executing a CronJob.",
"jobTemplate":"JobTemplate is the object that describes the job that will be created when executing a CronJob.",
"successfulJobsHistoryLimit":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",
"failedJobsHistoryLimit":"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",