Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						ebf0bca3ce 
					 
					
						
						
							
							Added integration test for pod affinity namespace selector  
						
						
						
						
					 
					
						2021-04-27 14:13:08 -04:00 
						 
				 
			
				
					
						
							
							
								Morten Torkildsen 
							
						 
					 
					
						
						
							
						
						21fba79d45 
					 
					
						
						
							
							Promote PDBs to GA  
						
						
						
						
					 
					
						2021-03-09 10:29:11 -05:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						186f934e4c 
					 
					
						
						
							
							Merge pull request  #98346  from mortent/checkForScalePDBs  
						
						... 
						
						
						
						Check if resources implement scale in disruption controller 
						
						
					 
					
						2021-02-22 13:58:03 -08:00 
						 
				 
			
				
					
						
							
							
								drfish 
							
						 
					 
					
						
						
							
						
						74315f9c56 
					 
					
						
						
							
							Change config.Plugins from pointers to objects  
						
						
						
						
					 
					
						2021-02-10 23:45:59 +08:00 
						 
				 
			
				
					
						
							
							
								Morten Torkildsen 
							
						 
					 
					
						
						
							
						
						96ea28aa77 
					 
					
						
						
							
							Check if resources implement scale in disruption controller  
						
						
						
						
					 
					
						2021-02-03 20:19:35 -08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						147a120948 
					 
					
						
						
							
							Merge pull request  #82222  from Huang-Wei/0-informer-sync-period  
						
						... 
						
						
						
						Set 0 sync period in scheduler integration test 
						
						
					 
					
						2020-11-16 11:16:04 -08:00 
						 
				 
			
				
					
						
							
							
								Yixiang2019 
							
						 
					 
					
						
						
							
						
						842cc6b4e2 
					 
					
						
						
							
							cleanup: fix log capitalization in scheduler  
						
						... 
						
						
						
						Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn > 
						
						
					 
					
						2020-11-12 20:10:26 +08:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						185093bd4e 
					 
					
						
						
							
							Set 0 sync period in scheduler integration test  
						
						
						
						
					 
					
						2020-11-11 12:56:13 -08:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						f054765762 
					 
					
						
						
							
							Add a function to ensure created nodes are present in scheduler cache  
						
						
						
						
					 
					
						2020-11-03 15:25:44 -08:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						d8def59871 
					 
					
						
						
							
							Initialize scheduler's podInformer in sharedInformerFactory  
						
						... 
						
						
						
						Scheduler's specific podInfomer is now initialized inside the sahredInformerFactory. 
						
						
					 
					
						2020-09-08 12:57:17 -07:00 
						 
				 
			
				
					
						
							
							
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						16d7ecfa45 
					 
					
						
						
							
							Remove direct accesses to cache's node map  
						
						... 
						
						
						
						Signed-off-by: Aldo Culquicondor <acondor@google.com >
Change-Id: Iebb22fc816926aaa1ddd1e4b2e52f335a275ffaa
Signed-off-by: Aldo Culquicondor <acondor@google.com > 
						
						
					 
					
						2020-08-13 14:22:06 -04:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						4b26ef2217 
					 
					
						
						
							
							Remove DisablePreemption field from SchedulerConfig v1beta1  
						
						... 
						
						
						
						DisablePreemption field can be removed as it can be deduced from PostFilterPlugins. 
						
						
					 
					
						2020-07-08 09:58:42 -07:00 
						 
				 
			
				
					
						
							
							
								Andrea Nodari 
							
						 
					 
					
						
						
							
						
						a759fb20ff 
					 
					
						
						
							
							Create nodes with labels instead of adding them later  
						
						
						
						
					 
					
						2020-07-02 08:56:32 +02:00 
						 
				 
			
				
					
						
							
							
								Andrea Nodari 
							
						 
					 
					
						
						
							
						
						2e1042f959 
					 
					
						
						
							
							Use NodeWrapper to directly initialize node with labels  
						
						... 
						
						
						
						Using NodeWrapper in the integration tests gives more flexibility when
creating nodes. For instance, tests can create nodes with labels or
with a specific sets of resources.
Also, NodeWrapper initialises a node with a capacity of 32 pods, which
can be overridden by the caller. This makes sure that a node is usable
as soon as it is created. 
						
						
					 
					
						2020-06-30 17:18:15 +02:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						51a9dcce22 
					 
					
						
						
							
							Revert "Fix an issue that a Pod's nominatedNodeName cannot be cleared when the nominated node is deleted"  
						
						... 
						
						
						
						This reverts commit 369a9001c6 
						
						
					 
					
						2020-06-09 16:47:37 -07:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						369a9001c6 
					 
					
						
						
							
							Fix an issue that a Pod's nominatedNodeName cannot be cleared when the nominated node is deleted  
						
						
						
						
					 
					
						2020-06-03 17:45:06 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Wang 
							
						 
					 
					
						
						
							
						
						505ae6930f 
					 
					
						
						
							
							add integration-test for NonPreemption  
						
						
						
						
					 
					
						2020-05-29 11:54:03 +08:00 
						 
				 
			
				
					
						
							
							
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						35b9ab1227 
					 
					
						
						
							
							Remove unnecessary clientset arg from initPausePod  
						
						... 
						
						
						
						Signed-off-by: Aldo Culquicondor <acondor@google.com > 
						
						
					 
					
						2020-05-14 11:47:12 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Chaloupka 
							
						 
					 
					
						
						
							
						
						65e9826f79 
					 
					
						
						
							
							integration: start informer and scheduler outside of InitTestScheduler  
						
						... 
						
						
						
						In case two or more controllers share the informers created through InitTestScheduler,
it's not safe to start the informers until all controllers set their informer
indexers. Otherwise, some controller might fail to register their indexers
in time. Thus, it's responsibility of each consumer to make sure all informers
are started after all controllers had time to get initiliazed. 
						
						
					 
					
						2020-05-13 18:19:43 +02:00 
						 
				 
			
				
					
						
							
							
								Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						b8ddd00312 
					 
					
						
						
							
							scheduler's NodeInfo tracks PodInfos instead of Pods  
						
						
						
						
					 
					
						2020-04-08 17:53:20 -04:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						c58e69ec79 
					 
					
						
						
							
							automated refactor  
						
						
						
						
					 
					
						2020-03-05 14:59:46 -08:00 
						 
				 
			
				
					
						
							
							
								fengzixu 
							
						 
					 
					
						
						
							
						
						b67a033de2 
					 
					
						
						
							
							Refactor: move generic functions of integration test to util directory  
						
						
						
						
					 
					
						2020-02-29 14:56:39 +09:00 
						 
				 
			
				
					
						
							
							
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						07c4982245 
					 
					
						
						
							
							Add unit and integration tests for multiple profiles support  
						
						... 
						
						
						
						Signed-off-by: Aldo Culquicondor <acondor@google.com > 
						
						
					 
					
						2020-02-26 10:14:03 -05:00 
						 
				 
			
				
					
						
							
							
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						c048858471 
					 
					
						
						
							
							Support multiple scheduling profiles in a single scheduler  
						
						... 
						
						
						
						Signed-off-by: Aldo Culquicondor <acondor@google.com > 
						
						
					 
					
						2020-02-25 11:31:20 -05: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 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						3538320d74 
					 
					
						
						
							
							Merge pull request  #87165  from alculquicondor/cleanup/mv_snapshot_2  
						
						... 
						
						
						
						Move Snapshot to internal/cache 
						
						
					 
					
						2020-01-17 17:14:07 -08:00 
						 
				 
			
				
					
						
							
							
								Aldo Culquicondor 
							
						 
					 
					
						
						
							
						
						f53d7e55df 
					 
					
						
						
							
							Move Snapshot from nodeinfo/snapshot to internal/cache  
						
						... 
						
						
						
						Signed-off-by: Aldo Culquicondor <acondor@google.com > 
						
						
					 
					
						2020-01-17 13:29:41 -05:00 
						 
				 
			
				
					
						
							
							
								Mike Danese 
							
						 
					 
					
						
						
							
						
						d86fcd8c90 
					 
					
						
						
							
							rename some declartions named context in tests  
						
						
						
						
					 
					
						2020-01-16 15:09:28 -08:00 
						 
				 
			
				
					
						
							
							
								Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						c86f59610c 
					 
					
						
						
							
							remove test/integration dependency on predicates and algorithmprovider  
						
						
						
						
					 
					
						2020-01-08 19:51:22 -05:00 
						 
				 
			
				
					
						
							
							
								danielqsj 
							
						 
					 
					
						
						
							
						
						6596a14d39 
					 
					
						
						
							
							add missing alias of api errors under test  
						
						
						
						
					 
					
						2019-12-26 17:29:38 +08:00 
						 
				 
			
				
					
						
							
							
								Igor Zibarev 
							
						 
					 
					
						
						
							
						
						6350095d3c 
					 
					
						
						
							
							scheduler: make algorithm source an option  
						
						... 
						
						
						
						Changes scheduler.New so that algorithm source is moved from the
parameter to an option. The default algorithm source is source with the
DefaultProvider. 
						
						
					 
					
						2019-11-13 10:22:29 +03:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						c649666b4a 
					 
					
						
						
							
							manual API changes and code refactoring  
						
						... 
						
						
						
						- add Policy API to pkg/scheduler/apis/config and staging/src/k8s.io/kube-scheduler/config/v1
- dual-register Policy as apiGroup "v1" and "kubescheduler.config.k8s.io
- move/merge pkg/scheduler/api to pkg/scheduler/apis/config/...
- alias schedulerapi to pkg/scheduler/apis/config
- alias legacyapi to pkg/scheduler/api
- eliminate latest.Codec; use scheme.Codecs instead
- unit tests to verify Policy YAML with version "v1" or "kubescheduler.config.k8s.io/v1" can be loaded properly
- update api/api-rules/violation_exceptions.list 
						
						
					 
					
						2019-11-01 14:24:36 -07:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						1163a1d51e 
					 
					
						
						
							
							feat: update taint nodes by condition to GA  
						
						
						
						
					 
					
						2019-10-19 09:17:41 +08:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						534051acec 
					 
					
						
						
							
							Merge pull request  #84036  from Huang-Wei/tbe-int-test-issue  
						
						... 
						
						
						
						Ensure TaintBasedEviction int test not rely on TaintNodeByConditions 
						
						
					 
					
						2019-10-17 05:12:50 -07:00 
						 
				 
			
				
					
						
							
							
								Wei Huang 
							
						 
					 
					
						
						
							
						
						fbcc3c183a 
					 
					
						
						
							
							Ensure TaintBasedEviction int test not rely on TaintNodeByConditions  
						
						
						
						
					 
					
						2019-10-17 01:25:12 -07:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						47a6c5b693 
					 
					
						
						
							
							feat(scheduler): use context in the scheduler package  
						
						... 
						
						
						
						+ Use context instead of stopCh
+ Add context to the scheduling framework interface 
						
						
					 
					
						2019-10-17 09:03:55 +08:00 
						 
				 
			
				
					
						
							
							
								Ahmad Diaa 
							
						 
					 
					
						
						
							
						
						4448a1cea9 
					 
					
						
						
							
							move factory package to scheduler  
						
						
						
						
					 
					
						2019-10-12 23:03:07 +02:00 
						 
				 
			
				
					
						
							
							
								draveness 
							
						 
					 
					
						
						
							
						
						ee4dec65b5 
					 
					
						
						
							
							feat(scheduler): expose SharedInformerFactory to the framework handle  
						
						
						
						
					 
					
						2019-10-11 10:23:21 +08:00 
						 
				 
			
				
					
						
							
							
								Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						30e7016ccf 
					 
					
						
						
							
							Refactor scheduler.New so that all framework-related parameters are passed as options  
						
						
						
						
					 
					
						2019-10-03 11:39:59 -04:00 
						 
				 
			
				
					
						
							
							
								Ahmad Diaa 
							
						 
					 
					
						
						
							
						
						bf6a70a1ce 
					 
					
						
						
							
							use scheduler.Option in initTestSchedulerWithOptions  
						
						
						
						
					 
					
						2019-09-21 00:06:42 +02:00 
						 
				 
			
				
					
						
							
							
								Ahmad Diaa 
							
						 
					 
					
						
						
							
						
						995e741ef9 
					 
					
						
						
							
							use scheduler.New in createConfiguratorArgsWithPodInformer  
						
						
						
						
					 
					
						2019-09-21 00:06:41 +02:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						c7619bd770 
					 
					
						
						
							
							Merge pull request  #80824  from damemi/preemption-e2e-to-integration  
						
						... 
						
						
						
						Move PodPriorityResolution e2e to integration 
						
						
					 
					
						2019-09-20 12:27:25 -07:00 
						 
				 
			
				
					
						
							
							
								Mike Dame 
							
						 
					 
					
						
						
							
						
						ca18b48151 
					 
					
						
						
							
							Move PodPriorityResolution e2e to integration  
						
						
						
						
					 
					
						2019-09-19 20:25:03 -04:00 
						 
				 
			
				
					
						
							
							
								Abdullah Gharaibeh 
							
						 
					 
					
						
						
							
						
						3174d9c847 
					 
					
						
						
							
							Added a noop plugin to make sure we have the dependencies worked out for the default registry of the scheduler framework.  
						
						
						
						
					 
					
						2019-09-13 13:36:35 -04:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						927f45191e 
					 
					
						
						
							
							Merge pull request  #81527  from yastij/move-controller-util  
						
						... 
						
						
						
						move WaitForCacheSync to the sharedInformer package 
						
						
					 
					
						2019-08-27 00:52:54 -07: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 
						 
				 
			
				
					
						
							
							
								Ahmad Diaa 
							
						 
					 
					
						
						
							
						
						61ab77ef7a 
					 
					
						
						
							
							use factory.Config fields directly in scheduler struct  
						
						
						
						
					 
					
						2019-08-16 15:21:28 +02:00 
						 
				 
			
				
					
						
							
							
								Kubernetes Prow Robot 
							
						 
					 
					
						
						
							
						
						1a01d10f5f 
					 
					
						
						
							
							Merge pull request  #80590  from alculquicondor/refactor/configurator-pod  
						
						... 
						
						
						
						Remove Configurator interface 
						
						
					 
					
						2019-08-06 21:05:31 -07:00