kubernetes/test/integration/scheduler/plugins
Kante Yin 2c205e291d Distinguish unschedulable with unresolvable in scheduler
Before, in RunPostFilterPlugins, we didn't distinguish between unschedulable and unresolvable
because we only have one postFilterPlugin by default, now, we have at least two, we should
make sure that once a postFilterPlugin returns unresolvable, we'll return directly

Signed-off-by: Kante Yin <kerthcet@gmail.com>
2023-01-05 16:59:19 +08:00
..
main_test.go
plugins_test.go Distinguish unschedulable with unresolvable in scheduler 2023-01-05 16:59:19 +08:00