Mike Danese 
							
						 
					 
					
						
						
							
						
						aaf855c1e6 
					 
					
						
						
							
							deref all calls to metav1.NewDeleteOptions that are passed to clients.  
						
						... 
						
						
						
						This is gross but because NewDeleteOptions is used by various parts of
storage that still pass around pointers, the return type can't be
changed without significant refactoring within the apiserver. I think
this would be good to cleanup, but I want to minimize apiserver side
changes as much as possible in the client signature refactor. 
						
						
					 
					
						2020-03-05 14:59:46 -08:00 
						 
				 
			
				
					
						
							
							
								Yu-Ju Hong 
							
						 
					 
					
						
						
							
						
						bcd975aa65 
					 
					
						
						
							
							Replace Beta OS/arch labels with the GA ones  
						
						... 
						
						
						
						Beta OS/arch labels have been deprecated since 1.14.
This change replaces these labels with the GA ones. 
						
						
					 
					
						2020-02-13 09:38:51 -08:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						3aa59f7f30 
					 
					
						
						
							
							generated: run refactor  
						
						
						
						
					 
					
						2020-02-07 18:16:47 -08:00 
						 
				 
			
				
					
						
							
							
								tanjunchen 
							
						 
					 
					
						
						
							
						
						7420faab43 
					 
					
						
						
							
							fix-staticcheck in /test/e2e/windows  
						
						
						
						
					 
					
						2019-11-15 09:45:43 +08:00 
						 
				 
			
				
					
						
							
							
								carlory 
							
						 
					 
					
						
						
							
						
						5bbedd39c0 
					 
					
						
						
							
							use log funcs of core framework in the auth, kubectl and windows pkg  
						
						
						
						
					 
					
						2019-09-15 21:39:54 +08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						614aab80f5 
					 
					
						
						
							
							Merge pull request  #78740  from oomichi/extend-check  
						
						... 
						
						
						
						Make the check strict to use ExpectNoError() 
						
						
					 
					
						2019-07-30 01:59:04 -07:00 
						 
				 
			
				
					
						
							
							
								WanLinghao 
							
						 
					 
					
						
						
							
						
						4c394ddf3b 
					 
					
						
						
							
							Refactor and clean up e2e framework utils, this patch handles test/e2e/framework/perf_util.go  
						
						
						
						
					 
					
						2019-07-25 09:41:00 +08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						b8a10b4e12 
					 
					
						
						
							
							Merge pull request  #79753  from alejandrox1/framework-metrics  
						
						... 
						
						
						
						Refactored metrics-related functions from framework/metrics_util.go 
						
						
					 
					
						2019-07-15 14:54:02 -07:00 
						 
				 
			
				
					
						
							
							
								alejandrox1 
							
						 
					 
					
						
						
							
						
						348fd0805e 
					 
					
						
						
							
							Refactored metrics-related functions from framework/metrics_util.go  
						
						... 
						
						
						
						This a refactoring of framework/metrics_utils.go into framework/metrics.
Signed-off-by: alejandrox1 <alarcj137@gmail.com > 
						
						
					 
					
						2019-07-08 19:35:10 -04:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						ff09cc5405 
					 
					
						
						
							
							feat: use framework.ExpectEqual in upgrades and windows e2e test  
						
						
						
						
					 
					
						2019-07-04 09:38:38 +08:00 
						 
				 
			
				
					
						
							
							
								SataQiu 
							
						 
					 
					
						
						
							
						
						332be4b1e3 
					 
					
						
						
							
							refactor: replace framework.Failf with e2elog.Failf  
						
						
						
						
					 
					
						2019-06-19 17:52:35 +08:00 
						 
				 
			
				
					
						
							
							
								Kenichi Omichi 
							
						 
					 
					
						
						
							
						
						d5bc1ae8aa 
					 
					
						
						
							
							Make the check strict to use ExpectNoError()  
						
						... 
						
						
						
						As https://github.com/kubernetes/kubernetes/pull/78478  we can use
ExpectNoError() instead of Expect(err).ToNot(HaveOccurred()) also.
This makes the test code check strict to cover the above case and
replaces the remaining in test/e2e/common/expansion.go 
						
						
					 
					
						2019-06-18 16:55:16 +00:00 
						 
				 
			
				
					
						
							
							
								Jorge Alarcon Ochoa 
							
						 
					 
					
						
						
							
						
						4969a05327 
					 
					
						
						
							
							Refactored pod-related functions from framework/util.go  
						
						... 
						
						
						
						This a refactoring of framework/utils.go into framework/pod.
Signed-off-by: Jorge Alarcon Ochoa <alarcj137@gmail.com > 
						
						
					 
					
						2019-05-30 09:30:26 -04:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						04bb797ff6 
					 
					
						
						
							
							refactor: use framework.ExpectNoError instead in e2e tests  
						
						
						
						
					 
					
						2019-04-27 15:49:15 +08:00 
						 
				 
			
				
					
						
							
							
								Jean Rouge 
							
						 
					 
					
						
						
							
						
						b721f8e339 
					 
					
						
						
							
							Adding an e2e test on Windows GMSA support  
						
						... 
						
						
						
						This patch is adding an e2e on the Windows GMSA support added in
https://github.com/kubernetes/kubernetes/pull/73726  and
https://github.com/kubernetes/kubernetes/pull/74737 .
Signed-off-by: Jean Rouge <rougej+github@gmail.com > 
						
						
					 
					
						2019-03-06 17:58:18 -08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						8060c94503 
					 
					
						
						
							
							Merge pull request  #74743  from lee0c/lecattar/win-mem-limits  
						
						... 
						
						
						
						Windows nodeAllocatable test 
						
						
					 
					
						2019-03-06 00:44:17 -08:00 
						 
				 
			
				
					
						
							
							
								Lee Cattarin 
							
						 
					 
					
						
						
							
						
						fe6057456e 
					 
					
						
						
							
							Test to check that allocatable memory limit is respected on windows & small edit to density test  
						
						... 
						
						
						
						Co-authored-by: Bruno Medina <bmedinab@gmail.com > 
						
						
					 
					
						2019-02-28 11:32:34 -08:00 
						 
				 
			
				
					
						
							
							
								danielqsj 
							
						 
					 
					
						
						
							
						
						cee02e62b7 
					 
					
						
						
							
							Fix golint failures for e2e/windows  
						
						
						
						
					 
					
						2019-02-28 15:48:48 +08:00 
						 
				 
			
				
					
						
							
							
								Vy Ta 
							
						 
					 
					
						
						
							
						
						ec8151d7bb 
					 
					
						
						
							
							Ran ./hack/update-gofmt.sh  
						
						
						
						
					 
					
						2019-01-08 22:40:38 +00:00 
						 
				 
			
				
					
						
							
							
								Vy Ta 
							
						 
					 
					
						
						
							
						
						765057765c 
					 
					
						
						
							
							golint failure updates, and added skip check for non-windows  
						
						
						
						
					 
					
						2019-01-08 10:11:35 -08:00 
						 
				 
			
				
					
						
							
							
								Vy Ta 
							
						 
					 
					
						
						
							
						
						ecee40158c 
					 
					
						
						
							
							Adding Feature tag  
						
						
						
						
					 
					
						2018-12-27 15:55:10 -07:00 
						 
				 
			
				
					
						
							
							
								Vy Ta 
							
						 
					 
					
						
						
							
						
						906aceb89a 
					 
					
						
						
							
							Making requested changes  
						
						
						
						
					 
					
						2018-12-27 15:46:26 -07:00 
						 
				 
			
				
					
						
							
							
								Vy Ta 
							
						 
					 
					
						
						
							
						
						28ed7875e7 
					 
					
						
						
							
							Adding density test  
						
						
						
						
					 
					
						2018-12-10 23:48:39 +00:00