kubernetes/pkg/scheduler/framework/v1alpha1
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
..
fake change scheduler's framework PodLister to PodInfoLister 2020-04-22 19:25:27 -04:00
BUILD Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
cycle_state_test.go feat(scheduler): rename PluginContext to CycleState 2019-10-04 17:30:36 +08:00
cycle_state.go change framework_extension_point_duration_seconds from sampling to always record 2020-01-09 12:23:05 +08:00
extender.go cleanup: use string instead of v1.Node as key of nodeToVictims 2020-05-13 13:08:20 -07:00
interface_test.go Update scheduler's RunFilterPlugins to return a plugin to status map 2020-01-08 16:44:51 -05:00
interface.go scheduler: run Unreserve if Reserve fails 2020-06-26 20:41:33 +00:00
listers.go change scheduler's framework PodLister to PodInfoLister 2020-04-22 19:25:27 -04:00
types_test.go bugfix: initcontainer wasn't considered when calculate resource request 2020-04-23 02:08:33 +09:00
types.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00