kubernetes/pkg/scheduler/framework/plugins
Kubernetes Prow Robot 5a50e0e229
Merge pull request #138497 from cupnes/kep-4049-beta
KEP-4049: Update tests for the StorageCapacityScoring feature for beta
2026-06-18 16:06:43 +05:30
..
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 Merge GangScheduling and WorkloadAwarePreemption feature gates into GenericWorkload 2026-06-15 11:42:10 +00:00
dynamicresources fixed unit tests errors: cannot set feature gate DRAExtendedResource to false, feature is locked to true 2026-06-02 16:12:22 +00:00
feature Merge GangScheduling and WorkloadAwarePreemption feature gates into GenericWorkload 2026-06-15 11:42:10 +00:00
gangscheduling Make minCount mutable in Workload and PodGroup APIs 2026-06-17 12:44:49 +00: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 split pod resource types to help plugins register to only cluster events which they require 2026-04-17 08:29:24 +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 fixed unit tests errors: cannot set feature gate DRAExtendedResource to false, feature is locked to true 2026-06-02 16:12:22 +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 expose PodGroupCycleState via PlacementCycleState 2026-05-27 10:25:23 -04: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 Migrate internal references from v1alpha2 to v1alpha3 in scheduler and admission plugins 2026-05-22 12:50:19 +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.