mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Update defaults (successful|failed)JobsHistoryLimit in batch/v1beta1 - generated changes
This commit is contained in:
		@@ -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"
 | 
			
		||||
     },
 | 
			
		||||
 
 | 
			
		||||
@@ -1497,12 +1497,12 @@
 | 
			
		||||
     "successfulJobsHistoryLimit": {
 | 
			
		||||
      "type": "integer",
 | 
			
		||||
      "format": "int32",
 | 
			
		||||
      "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": {
 | 
			
		||||
      "type": "integer",
 | 
			
		||||
      "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."
 | 
			
		||||
     }
 | 
			
		||||
    }
 | 
			
		||||
   },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user