Stephen Kitt 
							
						 
					 
					
						
						
							
						
						ff3e9ea79f 
					 
					
						
						
							
							pkg/api(s): drop pointer wrapper functions  
						
						 
						
						... 
						
						
						
						The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affacted files.
Signed-off-by: Stephen Kitt <skitt@redhat.com > 
						
						
					 
					
						2024-09-23 23:00:34 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marek Siarkowicz 
							
						 
					 
					
						
						
							
						
						3ee8178768 
					 
					
						
						
							
							Cleanup defer from SetFeatureGateDuringTest function call  
						
						 
						
						
						
						
					 
					
						2024-04-24 20:25:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dejan Zele Pejchev 
							
						 
					 
					
						
						
							
						
						921c0d0180 
					 
					
						
						
							
							cleanup: add defaulting for job manual selector ( #120206 )  
						
						 
						
						... 
						
						
						
						* cleanup: add defaulting for job manual selector
* cleanup: add assert in job defaults test for manual selector
* cleanup: fix failing job storage test
* cleanup: fix batch fuzzer to handle manual selector default
* cleanup: fix lint issue on checking bool condition in job strategy
* cleanup: remove TODO in generateSelectors in job strategy Validate; inline job manual selector assignment in fuzzer 
						
						
					 
					
						2023-10-11 22:51:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kannon92 
							
						 
					 
					
						
						
							
						
						ce92952037 
					 
					
						
						
							
							add podReplacementPolicy and terminating field to job api  
						
						 
						
						
						
						
					 
					
						2023-07-19 16:34:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michal Wozniak 
							
						 
					 
					
						
						
							
						
						fcbfdc1710 
					 
					
						
						
							
							Extend the Job API for BackoffLimitPerIndex  
						
						 
						
						
						
						
					 
					
						2023-07-18 11:28:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								TommyStarK 
							
						 
					 
					
						
						
							
						
						c242e647ae 
					 
					
						
						
							
							pkg/apis: Replace deprecated pointer function  
						
						 
						
						... 
						
						
						
						Signed-off-by: TommyStarK <thomasmilox@gmail.com > 
						
						
					 
					
						2023-01-08 13:14:37 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michal Wozniak 
							
						 
					 
					
						
						
							
						
						c803892bd8 
					 
					
						
						
							
							Enable the feature into beta  
						
						 
						
						
						
						
					 
					
						2022-11-09 09:02:40 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michal Wozniak 
							
						 
					 
					
						
						
							
						
						bf9ce70de3 
					 
					
						
						
							
							Support handling of pod failures with respect to the specified rules  
						
						 
						
						
						
						
					 
					
						2022-08-04 18:39:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						2c5d0a273c 
					 
					
						
						
							
							Graduate IndexedJob to stable  
						
						 
						
						... 
						
						
						
						- Lock feature gate to true and schedule for deletion in 1.26
- Remove checks on feature gate
- Graduate E2E test to Conformance
Change-Id: I6814819d318edaed5c86dae4055f4b050a4d39fd 
						
						
					 
					
						2022-03-15 13:41:06 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						b2d2ec9e76 
					 
					
						
						
							
							Graduate SuspendJob to GA  
						
						 
						
						
						
						
					 
					
						2022-02-15 10:46:13 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						e6c3d7b34d 
					 
					
						
						
							
							Only default Job fields when feature gates are enabled  
						
						 
						
						... 
						
						
						
						Also use pointer for completionMode enum 
						
						
					 
					
						2021-03-12 20:46:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adhityaa Chandrasekar 
							
						 
					 
					
						
						
							
						
						a0844da8f7 
					 
					
						
						
							
							batch: add suspended job  
						
						 
						
						... 
						
						
						
						Signed-off-by: Adhityaa Chandrasekar <adtac@google.com > 
						
						
					 
					
						2021-03-08 20:08:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maciej Szulik 
							
						 
					 
					
						
						
							
						
						9364d0fc81 
					 
					
						
						
							
							Promote CronJobs to batch/v1  
						
						 
						
						
						
						
					 
					
						2021-03-05 12:44:23 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						a1a5868a5a 
					 
					
						
						
							
							Add Job.spec.completionMode and Job.status.completedIndexes  
						
						 
						
						... 
						
						
						
						And IndexedJob feature gate, disabled by default.
Update JobDescriber 
						
						
					 
					
						2021-03-03 15:10:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								stewart-yu 
							
						 
					 
					
						
						
							
						
						55251c716a 
					 
					
						
						
							
							update the import file for move util/pointer to k8s.io/utils  
						
						 
						
						
						
						
					 
					
						2018-07-27 19:47:02 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephen Augustus 
							
						 
					 
					
						
						
							
						
						ca345ac9b8 
					 
					
						
						
							
							Use Int32Ptr function from utils instead of self-written versions  
						
						 
						
						
						
						
					 
					
						2018-02-25 14:38:58 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						012b085ac8 
					 
					
						
						
							
							pkg/apis/core: mechanical import fixes in dependencies  
						
						 
						
						
						
						
					 
					
						2017-11-09 12:14:08 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						7773a30f67 
					 
					
						
						
							
							pkg/api/legacyscheme: fixup imports  
						
						 
						
						
						
						
					 
					
						2017-10-18 17:23:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cedric lamoriniere 
							
						 
					 
					
						
						
							
						
						3989b18586 
					 
					
						
						
							
							update API v1 Job object  
						
						 
						
						... 
						
						
						
						Add new fields in api v1.JobSpec object for backoff policy
- BackoffLimit
- FailedPodsLimit
fixes: https://github.com/kubernetes/community/pull/583  
						
						
					 
					
						2017-09-01 21:01:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						cd7e7afaaa 
					 
					
						
						
							
							run pkg/apis/make-origin-dir-compile, pkg/apis compile  
						
						 
						
						
						
						
					 
					
						2017-06-22 11:30:51 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Chao Xu 
							
						 
					 
					
						
						
							
						
						f4989a45a5 
					 
					
						
						
							
							run root-rewrite-v1-..., compile  
						
						 
						
						
						
						
					 
					
						2017-06-22 10:25:57 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						36acd90aba 
					 
					
						
						
							
							Move APIs and core code to use metav1.ObjectMeta  
						
						 
						
						
						
						
					 
					
						2017-01-17 16:17:18 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								deads2k 
							
						 
					 
					
						
						
							
						
						6a4d5cd7cc 
					 
					
						
						
							
							start the apimachinery repo  
						
						 
						
						
						
						
					 
					
						2017-01-11 09:09:48 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Maciej Szulik 
							
						 
					 
					
						
						
							
						
						43612afaae 
					 
					
						
						
							
							Set Job's labels from PodTemplateSpec if none are specified  
						
						 
						
						
						
						
					 
					
						2016-09-06 14:12:52 +02:00