Update defaults (successful|failed)JobsHistoryLimit in batch/v1beta1 - generated changes

This commit is contained in:
Maciej Szulik
2017-09-15 12:36:14 +02:00
parent 7e96fc66e1
commit eade908246
5 changed files with 10 additions and 8 deletions

View File

@@ -63113,7 +63113,7 @@
"type": "string"
},
"failedJobsHistoryLimit": {
"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",
"format": "int32"
},
@@ -63131,7 +63131,7 @@
"format": "int64"
},
"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.",
"type": "integer",
"format": "int32"
},