Files
kubernetes/pkg/scheduler/framework/plugins
Patrick Ohly a66d2163f9 dra scheduler: fix data race in unit test
Clearing some irrelevant fields in objects caused a flaky data race alert
because in some cases, the objects were pointers into a shared cache. A better
solution is to treat the objects as read-only and ignore the irrelevant fields.
2024-04-19 17:14:13 +02:00
..
2023-08-28 22:11:33 +08:00
2024-03-26 18:53:29 +08:00