kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot f7d6fad111
Merge pull request #128431 from NoicFank/automated-cherry-pick-of-#128307-upstream-release-1.31
Automated cherry pick of #128307: bugfix(scheduler): preemption picks wrong victim node with higher priority pod on it
2024-11-12 09:13:07 +00:00
..
defaultbinder chore: call close framework when finishing 2024-07-12 18:11:04 +08:00
defaultpreemption bugfix(scheduler): preemption picks wrong victim node with higher priority pod on it. 2024-10-30 15:36:30 +08:00
dynamicresources DRA: add DRAControlPlaneController feature gate for "classic DRA" 2024-07-22 18:09:34 +02:00
examples Migrated pkg/scheduler/framework/plugins/examples/ to use contextual logging 2023-10-09 11:43:17 +08:00
feature DRA: add DRAControlPlaneController feature gate for "classic DRA" 2024-07-22 18:09:34 +02:00
helper add DefaultSelector method ut 2024-06-27 11:23:48 +08:00
imagelocality Consider initContainer images in pod scheduling 2024-02-19 14:17:57 +08:00
interpodaffinity add(scheduler/framework): implement smaller Pod update events 2024-07-20 17:44:23 +09:00
names Remove deprecated selectorSpread 2023-08-28 22:11:33 +08:00
nodeaffinity scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
nodename scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
nodeports scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
noderesources fix typo 2024-07-23 17:43:21 +09:00
nodeunschedulable scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
nodevolumelimits scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
podtopologyspread add(scheduler/framework): implement smaller Pod update events 2024-07-20 17:44:23 +09:00
queuesort Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
schedulinggates scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
tainttoleration scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
testing chore: call close framework when finishing 2024-07-12 18:11:04 +08:00
volumebinding manually revert #109877 2024-09-24 06:41:05 +00:00
volumerestrictions Fix a bug where the target pod doesn't become schedulable within 5 minutes when a deleted pod uses the same PVC with the ReadWriteOncePod access mode. (#126263) 2024-07-22 01:20:34 -07:00
volumezone scheduler: Add ctx param and error return to EnqueueExtensions.EventsToRegister() 2024-07-18 12:22:17 +08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go DRA: add DRAControlPlaneController feature gate for "classic DRA" 2024-07-22 18:09:34 +02:00

Scheduler Framework Plugins

Moved here.