kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot 424a98ccc2
Merge pull request #109662 from astraw99/fix-prebind-pvc-update
Replace `DeepEqual` to `Diff` compare on scheduler-binding
2022-10-18 11:29:18 -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 changes in test files 2022-10-12 22:11:04 +08:00
names scheduler: remove unused plugin name ServiceAffinity 2022-09-28 17:25:18 +08: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 remove podOverhead feature gate as a feature is now GA since 1.24 2022-09-19 19:25:16 +00: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 changes in test files 2022-10-12 22:11:04 +08:00
queuesort changes in test files 2022-10-12 22:11:04 +08: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 Merge pull request #109662 from astraw99/fix-prebind-pvc-update 2022-10-18 11:29:18 -07:00
volumerestrictions cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
volumezone fix several typos under scheduler framework 2022-08-25 19:02:07 +08: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.