kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot c549b59983
Merge pull request #114125 from sanposhiho/skip-reimplementation
feature(scheduler): won't run Filter if PreFilter returned a Skip status
2023-01-06 02:25:59 -08:00
..
defaultbinder Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
defaultpreemption rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler' 2023-01-05 10:31:57 -08:00
dynamicresources scheduler: add dynamic resource allocation plugin 2022-11-11 21:58:03 +01:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature Enhanced logic to identify eligible preemption node 2023-01-05 10:31:57 -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 Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 23:27:38 -05:00
names Merge pull request #111023 from pohly/dynamic-resource-allocation 2022-11-11 16:21:56 -08:00
nodeaffinity feature(scheduler): won't run Filter if PreFilter returned a Skip status 2023-01-06 07:38:15 +00: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 Improve performance of NodeResourcesFit scoring 2022-12-21 23:23:47 +08:00
nodeunschedulable Remove out-of-date comments 2022-08-16 14:05:11 +08:00
nodevolumelimits errMsg 2022-12-19 23:52:06 +08: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
schedulinggates PreEnqueue implementation 2022-11-07 14:02:58 -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 pv_list to prefilter 2022-12-22 14:59:41 +08:00
volumerestrictions cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
volumezone add pre_filter for volume_zone 2022-12-03 02:11:04 +08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Enhanced logic to identify eligible preemption node 2023-01-05 10:31:57 -08:00

Scheduler Framework Plugins

Moved here.