kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot 3e5e5cc7ee
Merge pull request #112357 from SataQiu/deprecated-20220907
kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin
2022-09-16 18:14:27 -07:00
..
defaultbinder Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
defaultpreemption Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature implementation for MatchLabelKeys in TopologySpreadConstraint 2022-07-30 13:23:49 +08:00
helper kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin 2022-09-10 09:04:30 +08:00
imagelocality Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
interpodaffinity Merge pull request #112003 from sanposhiho/metrics-goroutine 2022-09-12 12:01:16 -07:00
names Remove references to openstack and cinder 2022-08-22 16:43:14 -04:00
nodeaffinity Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
nodename cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
nodeports cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
noderesources Merge pull request #111544 from jlsong01/fix_resource_req_zero 2022-09-02 10:56:05 -07:00
nodeunschedulable Remove out-of-date comments 2022-08-16 14:05:11 +08:00
nodevolumelimits Merge pull request #111845 from ialidzhikov/cleanup/pkg-scheduler 2022-08-23 20:08:15 -07:00
podtopologyspread Merge pull request #112357 from SataQiu/deprecated-20220907 2022-09-16 18:14:27 -07:00
queuesort cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
selectorspread feature(scheduler): add "goroutines" metric and deprecate the "scheduler_goroutines" metric 2022-09-01 13:21:21 +00:00
tainttoleration kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin 2022-09-10 09:04:30 +08:00
testing Clear shutdown of scheduler metrics recorder 2022-05-20 20:23:29 +02:00
volumebinding volumebinding: handle special delete event in AssumeCache 2022-09-02 12:39:40 +02:00
volumerestrictions cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
volumezone cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Remove references to openstack and cinder 2022-08-22 16:43:14 -04:00

Scheduler Framework Plugins

Moved here.