kubernetes/pkg/scheduler/framework/plugins/dynamicresources
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
..
allocateddevices.go DRA: Fix missing GetSharedDeviceIDs bug in GatherAllocatedState with consumable capacity 2026-02-09 10:04:29 +09:00
claims.go extended resource backed by DRA: implementation 2025-07-29 18:55:21 +00:00
dra_manager.go DRA scheduler: update logging 2026-02-20 08:05:23 +01:00
dynamicresources.go DRA Device Binding Conditions: add metrics for prebind flow 2026-03-12 17:19:13 +09:00
dynamicresources_test.go DRA device taints: fix beta-enabled, alpha-disable configurations 2026-03-13 09:20:57 +01:00
extendeddynamicresources.go golangci-lint: bump to logtools v0.10.1 2026-03-04 12:08:18 +01:00
extendeddynamicresources_test.go dra scheduler plugin: refactor extendeddynamicresources.go for readibility 2025-11-06 15:49:33 -05:00
OWNERS DRA scheduler: add pohly as approver 2025-07-17 09:43:44 +02:00