kubernetes/pkg/scheduler/framework/plugins
Patrick Ohly 85bca3b684 DRA device taints: fix beta-enabled, alpha-disable configurations
DeviceTaintRule is off by default because the corresponding v1beta2 API group
is off. When enabled, the potentially still disabled v1alpha3 API version was
used instead of the new v1beta2, causing the scheduler to fail while setting up
informers and then not scheduling pods.
2026-03-13 09:20:57 +01:00
..
defaultbinder scheduler: Remove ttl parameter from cache.New signature 2026-01-13 17:04:06 +02:00
defaultpreemption Revert "Extend PostFilterResult with a list of victim Pods" 2026-03-12 10:03:35 +01:00
dynamicresources DRA device taints: fix beta-enabled, alpha-disable configurations 2026-03-13 09:20:57 +01:00
feature Prepare pod group scheduling cycle for placement simulation 2026-03-03 18:07:13 +00:00
gangscheduling scheduler: optimize podGroupInfo to minimize the lock time 2026-03-11 17:21:36 +08:00
helper Create Workload API v1alpha2 (#136976) 2026-03-10 07:59:10 +05:30
imagelocality Update imageLocality plugin 2025-12-18 09:28:39 +02:00
interpodaffinity Check NominatedNodeName to decide if a pod is scheduled 2025-12-19 12:30:06 +00:00
names Implement Gang scheduling in kube-scheduler 2025-11-06 10:47:29 +00:00
nodeaffinity KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
nodedeclaredfeatures Drop direct use of github.com/stretchr/testify in component-helpers 2026-02-20 14:50:15 -05:00
nodename KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
nodeports KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
noderesources DRA device taints: fix beta-enabled, alpha-disable configurations 2026-03-13 09:20:57 +01:00
nodeunschedulable KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
nodevolumelimits Merge pull request #133622 from KunWuLuan/feat/volume-limit-acc 2026-03-12 11:27:34 +05:30
podtopologyspread Check NominatedNodeName to decide if a pod is scheduled 2025-12-19 12:30:06 +00:00
queuesort Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
schedulinggates Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
tainttoleration KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08: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
volumebinding Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
volumerestrictions KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
volumezone KEP 5598: Opportunistic Batching (#135231) 2025-11-12 21:51:37 -08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Implement Gang scheduling in kube-scheduler 2025-11-06 10:47:29 +00:00

Scheduler Framework Plugins

Moved here.