kubernetes/pkg/scheduler/framework/plugins
2026-07-11 02:37:44 -04:00
..
defaultbinder Add retrying for Bind API calls. With podGroup scheduling we do not want transient connection interruption to stop binding of whole group of pods 2026-05-07 16:03:05 +00:00
defaultpreemption podGroup as victim scenario into pod by pod preemption flow 2026-07-10 15:32:01 +00:00
dynamicresources Fix unformatted UID in dynamicresources test error message 2026-07-11 02:37:44 -04:00
feature Add PreemptionPolicy field to PodGroup 2026-06-30 16:48:10 +00:00
gangscheduling Run PlacementFeasible before any Pod is attempted 2026-07-09 13:06:40 +02:00
helper Create Workload API v1alpha2 (#136976) 2026-03-10 07:59:10 +05:30
imagelocality Fix ImageLocality scoring for image volumes 2026-05-15 14:29:19 +08:00
interpodaffinity Fix queue hint for anti-affinities 2026-05-20 12:30:41 +00:00
names Add PodGroupPodsCount placement score scheduler plugin (#137488) 2026-03-18 23:20:57 +05:30
nodeaffinity Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
nodedeclaredfeatures Fix unit tests 2026-06-25 20:50:08 +00:00
nodename Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
nodeports Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
noderesources Reimplement WAP with in place filter reprieval 2026-07-10 11:36:02 +00:00
nodeunschedulable Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
nodevolumelimits split pod resource types to help plugins register to only cluster events which they require 2026-04-17 08:29:24 +00:00
podgrouppodscount Reimplement WAP with in place filter reprieval 2026-07-10 11:36:02 +00:00
podtopologyspread Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
queuesort Add support for PodGroups in scheduling queue 2026-05-27 13:06:13 +00:00
schedulinggates Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
tainttoleration Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
testing Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
topologyaware Add PodGroup object to PodGroupInfo for scheduling cycle consistency 2026-06-30 14:28:17 +00:00
volumebinding test: add StorageCapacityScoring=off variants to TestVolumeBinding 2026-06-18 08:40:36 +00:00
volumerestrictions Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
volumezone Graduate SchedulerQueueingHints feature gate 2026-04-23 10:17:33 +00:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Add PodGroupPodsCount placement score scheduler plugin (#137488) 2026-03-18 23:20:57 +05:30

Scheduler Framework Plugins

Moved here.