kubernetes/pkg/scheduler
Steve Kuznetsov 3939f3003e
storage: move the APIObjectVersioner definition to storage
The means by which we extract and parse the version of an API object is
not specific to etcd3. In order to allow for a generic suite of tests
against any storage.Interface imlpementation, we need this logic to live
outside of the etcd3 package, or import cycles will exist.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-05-11 08:19:32 -07:00
..
apis/config feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec 2022-05-10 12:54:49 +08:00
framework storage: move the APIObjectVersioner definition to storage 2022-05-11 08:19:32 -07:00
internal Merge pull request #109879 from zzr93/master 2022-05-09 09:09:18 -07:00
metrics rename unschedulableQ to unschedulablePods 2022-03-24 17:38:49 +08:00
profile cleanup: return frameworkruntime.NewFramework directly 2021-12-07 23:29:56 +08:00
testing cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
util cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
eventhandlers_test.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
eventhandlers.go Merge pull request #108445 from pohly/storage-capacity-ga 2022-03-23 08:06:21 -07:00
extender_test.go cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
extender.go restore NumPDBViolations info of nodes, when HTTPExtender ProcessPreemption. This info will be used in subsequent filtering steps - pick OneNodeForPreemption. 2022-01-10 13:37:46 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
schedule_one_test.go cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
schedule_one.go impl 'IsWait' functions 2022-05-04 12:36:13 +09:00
scheduler_test.go cleanup: move scheduler tests to use PodWrapper 2022-05-05 10:48:26 -07:00
scheduler.go migrate scheduling logic to schedule_one.go as more reasonable (#109045) 2022-03-27 08:51:20 -07:00