Alvaro Aleman 
							
						 
					 
					
						
						
							
						
						6d0ac8c561 
					 
					
						
						
							
							Use the generic/typed workqueue throughout  
						
						 
						
						... 
						
						
						
						This change makes us use the generic workqueue throughout the project in
order to improve type safety and readability of the code. 
						
						
					 
					
						2024-05-04 14:33:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								songxiao-wang87 
							
						 
					 
					
						
						
							
						
						8c7f3c2116 
					 
					
						
						
							
							Making a run test.  
						
						 
						
						... 
						
						
						
						Signed-off-by: songxiao-wang87 <wang.xiaosong23@zte.com.cn > 
						
						
					 
					
						2023-01-28 03:14:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Patrick Ohly 
							
						 
					 
					
						
						
							
						
						bc6c7fa912 
					 
					
						
						
							
							logging: fix names of keys  
						
						 
						
						... 
						
						
						
						The stricter checking with the upcoming logcheck v0.4.1 pointed out these names
which don't comply with our recommendations in
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-logging.md#name-arguments . 
						
						
					 
					
						2023-01-23 14:24:29 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Marcel Zięba 
							
						 
					 
					
						
						
							
						
						47257b7613 
					 
					
						
						
							
							Reduce number of buckets in ttl controller for 2k+ nodes clusters  
						
						 
						
						
						
						
					 
					
						2022-05-05 12:26:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Dame 
							
						 
					 
					
						
						
							
						
						4960d0976a 
					 
					
						
						
							
							Wire contexts to Core controllers  
						
						 
						
						
						
						
					 
					
						2021-11-01 10:29:00 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Schimandl 
							
						 
					 
					
						
						
							
						
						600d621ce6 
					 
					
						
						
							
							Lint ttl_controller  
						
						 
						
						
						
						
					 
					
						2020-09-28 14:22:37 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								tahsinrahman 
							
						 
					 
					
						
						
							
						
						78318c7a26 
					 
					
						
						
							
							Migrate to log calls to klog.InfoS and klog.ErroS for pkg/controller  
						
						 
						
						
						
						
					 
					
						2020-06-05 13:23:01 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						442a69c3bd 
					 
					
						
						
							
							switch over k/k to use klog v2  
						
						 
						
						... 
						
						
						
						Signed-off-by: Davanum Srinivas <davanum@gmail.com > 
						
						
					 
					
						2020-05-16 07:54:27 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						25651408ae 
					 
					
						
						
							
							generated: run refactor  
						
						 
						
						
						
						
					 
					
						2020-02-08 12:30:21 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3aa59f7f30 
					 
					
						
						
							
							generated: run refactor  
						
						 
						
						
						
						
					 
					
						2020-02-07 18:16:47 -08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yassine TIJANI 
							
						 
					 
					
						
						
							
						
						7e4c3096fe 
					 
					
						
						
							
							move WaitForCacheSync to the sharedInformer package  
						
						 
						
						... 
						
						
						
						Signed-off-by: Yassine TIJANI <ytijani@vmware.com > 
						
						
					 
					
						2019-08-22 16:13:41 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Davanum Srinivas 
							
						 
					 
					
						
						
							
						
						954996e231 
					 
					
						
						
							
							Move from glog to klog  
						
						 
						
						... 
						
						
						
						- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
  * github.com/kubernetes/repo-infra
  * k8s.io/gengo/
  * k8s.io/kube-openapi/
  * github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135 
						
						
					 
					
						2018-11-10 07:50:31 -05:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kevin 
							
						 
					 
					
						
						
							
						
						4c8539cece 
					 
					
						
						
							
							use core client with explicit version globally  
						
						 
						
						
						
						
					 
					
						2017-10-27 15:48:32 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dr. Stefan Schimanski 
							
						 
					 
					
						
						
							
						
						1d053c4f7c 
					 
					
						
						
							
							controllers: simplify deepcopy calls  
						
						 
						
						
						
						
					 
					
						2017-08-29 19:21:24 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dhilipkumars 
							
						 
					 
					
						
						
							
						
						a1ba598130 
					 
					
						
						
							
							Have a uniform format for filenames across controllers  
						
						 
						
						
						
						
					 
					
						2017-08-02 09:50:05 +05:30