kubernetes/pkg/scheduler/framework/runtime
Adhityaa Chandrasekar 1b223b861a scheduler: run Unreserve if Reserve fails
If a reserve plugin's Reserve method returns an error, there could be
previously allocated resources from successfully completed reserve
plugins that must be unallocated by the corresponding Unreserve
operation. Since Unreserve operations are idempotent, this patch runs
the Unreserve operation of ALL reserve plugins when a Reserve operation
fails.
2020-06-26 20:41:33 +00:00
..
BUILD Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
framework.go scheduler: run Unreserve if Reserve fails 2020-06-26 20:41:33 +00:00
framework_test.go scheduler: merge Reserve and Unreserve plugins 2020-06-24 21:10:35 +00:00
metrics_recorder.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
registry.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
registry_test.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
waiting_pods_map.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00