kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot 58e13496d6
Merge pull request #116842 from mengjiao-liu/contextual-logging-scheduler-runtime
Migrated `pkg/scheduler/framework/runtime` to use contextual logging
2023-05-11 10:59:02 -07:00
..
defaultbinder Migrate pkg/scheduler/framework/plugins/defaultbinder to contextual logging 2023-03-14 17:02:25 +08:00
defaultpreemption scheduler test: call frameworkruntime.WithLogger function for contextual logging 2023-05-11 15:46:08 +08:00
dynamicresources api: resource.k8s.io PodScheduling -> PodSchedulingContext 2023-03-14 10:18:08 +01: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 Remove potential goroutine leak in NewFramework 2022-08-06 00:05:22 +08:00
interpodaffinity Return Skip in InterPodAffinity#PreScore under specific conditions 2023-05-10 13:02:23 +00:00
names Merge pull request #111023 from pohly/dynamic-resource-allocation 2022-11-11 16:21:56 -08:00
nodeaffinity Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
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 #116748 from mengjiao-liu/contextual-logging-scheduler-plugin-noderesource 2023-04-27 12:28:15 -07:00
nodeunschedulable Remove out-of-date comments 2022-08-16 14:05:11 +08:00
nodevolumelimits Merge pull request #117427 from cbandy/pkg-testing-setenv 2023-04-29 08:28:16 -07:00
podtopologyspread Merge pull request #117683 from utam0k/skip-topologyspread-empty 2023-05-03 06:48:24 -07: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 Merge pull request #116940 from sarab97/sarab/feat/sets 2023-04-11 19:17:14 -07:00
volumerestrictions Merge pull request #114898 from AxeZhan/volumerestrictions 2023-04-11 15:35:04 -07:00
volumezone Use the generic Set in scheduler 2023-04-09 11:34:17 +05:30
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.