kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot bc8e312857
Merge pull request #117903 from sourcelliu/dynamic
feature(DynamicResources): return Skip in PreFilter
2023-06-20 17:48:20 -07:00
..
defaultbinder kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
defaultpreemption scheduler: update the scheduler interface and cache methods to use contextual logging 2023-05-29 13:26:32 +08:00
dynamicresources Merge pull request #117903 from sourcelliu/dynamic 2023-06-20 17:48:20 -07:00
examples migrated preemption.go, stateful.go, resource_allocation.go to structured logging 2021-11-08 22:52:47 +05:30
feature In-place Pod Vertical Scaling - Scheduler changes 2023-02-24 18:14:21 +00:00
helper kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin 2022-09-10 09:04:30 +08:00
imagelocality kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
interpodaffinity Migrated pkg/scheduler/framework/plugins/interpodaffinity to use contextual logging 2023-06-01 18:24:54 +08:00
names Merge pull request #111023 from pohly/dynamic-resource-allocation 2022-11-11 16:21:56 -08:00
nodeaffinity kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
nodename cleanup useless null pointer check about nodeInfo.Node() from snapshot for in-tree plugins 2023-05-20 22:53:43 +08:00
nodeports cleanup: move scheduler plugin tests to use PodWrapper 2022-05-05 10:48:55 -07:00
noderesources kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
nodeunschedulable cleanup useless null pointer check about nodeInfo.Node() from snapshot for in-tree plugins 2023-05-20 22:53:43 +08:00
nodevolumelimits cleanup useless null pointer check about nodeInfo.Node() from snapshot for in-tree plugins 2023-05-20 22:53:43 +08:00
podtopologyspread kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +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 kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
tainttoleration kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
testing kube-scheduler: NewFramework function to pass the context parameter 2023-05-23 10:17:34 +08:00
volumebinding scheduler: fix code style issues for pkg/scheduler 2023-06-05 17:29:49 +08:00
volumerestrictions Merge pull request #114898 from AxeZhan/volumerestrictions 2023-04-11 15:35:04 -07:00
volumezone Merge pull request #116829 from mengjiao-liu/contextual-logging-scheduler-plugin-volumezone 2023-05-16 09:53:35 -07:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go In-place Pod Vertical Scaling - Scheduler changes 2023-02-24 18:14:21 +00:00

Scheduler Framework Plugins

Moved here.