kubernetes/pkg/scheduler/framework/plugins/noderesources
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
..
balanced_allocation.go fix test/integration/scheduler/batch 2026-02-27 22:29:36 +00:00
balanced_allocation_test.go fix test/integration/scheduler/batch 2026-02-27 22:29:36 +00:00
fit.go fix test/integration/scheduler/batch 2026-02-27 22:29:36 +00:00
fit_test.go fix test/integration/scheduler/batch 2026-02-27 22:29:36 +00:00
least_allocated.go Change scoring function for balanced allocation 2026-01-26 14:22:46 +00:00
least_allocated_test.go Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
most_allocated.go Change scoring function for balanced allocation 2026-01-26 14:22:46 +00:00
most_allocated_test.go Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
requested_to_capacity_ratio.go Change scoring function for balanced allocation 2026-01-26 14:22:46 +00:00
requested_to_capacity_ratio_test.go Move interfaces: Handle and Plugin and related types from kubernetes/kubernetes to staging repo kube-scheduler 2025-09-02 09:42:53 +00:00
resource_allocation.go Change scoring function for balanced allocation 2026-01-26 14:22:46 +00:00
resource_allocation_test.go DRA device taints: fix beta-enabled, alpha-disable configurations 2026-03-13 09:20:57 +01:00
util_test.go Disable hard fail on deadcode-elimination script for 1.26 2026-03-04 10:54:32 -05:00