kubernetes/pkg/controller/devicetainteviction
Patrick Ohly 56adcd06f3 DRA device eviction: fix eviction triggered by pod scheduling
Normally the scheduler shouldn't schedule when there is a taint, but perhaps it
didn't know yet.

The TestEviction/update test covered this, but only failed under the right
timing conditions. The new event handler test case covers it reliably.
2025-03-20 19:49:54 +01:00
..
metrics DRA: add device taint eviction controller 2025-03-19 09:18:38 +01:00
device_taint_eviction.go DRA device eviction: fix eviction triggered by pod scheduling 2025-03-20 19:49:54 +01:00
device_taint_eviction_test.go DRA device eviction: fix eviction triggered by pod scheduling 2025-03-20 19:49:54 +01:00
doc.go DRA: add device taint eviction controller 2025-03-19 09:18:38 +01:00
OWNERS