kubernetes/pkg/scheduler/framework/plugins/dynamicresources
Patrick Ohly b0d4a8cd6d dra scheduler: fix incorrect tracking of claim candidates for reallocation
When dealing with unschedulable pods, the intent was to deallocate only claims
which are allocated and use delayed allocation. That if check wasn't handled
correctly, causing also claims with immediate allocation to be considered as
candidates.

Found during code reading, probably has never occurred in practice yet.
2023-12-20 09:04:01 +01:00
..
dynamicresources_test.go Sched framework: expose NodeInfo in all functions of PluginsRunner interface 2023-12-15 11:30:06 +08:00
dynamicresources.go dra scheduler: fix incorrect tracking of claim candidates for reallocation 2023-12-20 09:04:01 +01:00
OWNERS