"description":"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",
"description":"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.",
"type":"integer",
"type":"integer",
"format":"int32"
"format":"int32"
},
},
...
@@ -63131,7 +63131,7 @@
...
@@ -63131,7 +63131,7 @@
"format":"int64"
"format":"int64"
},
},
"successfulJobsHistoryLimit":{
"successfulJobsHistoryLimit":{
"description":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.",
"description":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3.",
"description":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified."
"description":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3."
},
},
"failedJobsHistoryLimit":{
"failedJobsHistoryLimit":{
"type":"integer",
"type":"integer",
"format":"int32",
"format":"int32",
"description":"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified."
"description":"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.</p></td>
@@ -55,8 +55,8 @@ var map_CronJobSpec = map[string]string{
...
@@ -55,8 +55,8 @@ var map_CronJobSpec = map[string]string{
"concurrencyPolicy":"Specifies how to treat concurrent executions of a Job. Defaults to Allow.",
"concurrencyPolicy":"Specifies how to treat concurrent executions of a Job. Defaults to Allow.",
"suspend":"This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"suspend":"This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false.",
"jobTemplate":"Specifies the job that will be created when executing a CronJob.",
"jobTemplate":"Specifies 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.",
"successfulJobsHistoryLimit":"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3.",
"failedJobsHistoryLimit":"The number of failed 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. Defaults to 1.",