kubernetes/pkg/scheduler/framework/runtime
Patrick Ohly 1d656d46a2 scheduler: avoid repeated boilerplate code when registering plugins
Some plugins expect the new feature gate struct. We can inject that additional
parameter via a helper function instead of having to repeat the same anonymous
function for each plugin.
2021-09-16 11:23:57 +02:00
..
framework_test.go Move scheduler plugin set and configuration defaulting to component config 2021-06-16 10:15:29 -04:00
framework.go Structured Logging migration:modify Scheduler part logs. 2021-08-29 20:17:08 +08:00
metrics_recorder.go Move scheduler interface to pkg/scheduler/framework 2020-10-13 13:13:27 +11:00
registry_test.go [scheduler] avoid comparing function pointers in unit tests 2021-05-25 09:34:54 -04:00
registry.go scheduler: avoid repeated boilerplate code when registering plugins 2021-09-16 11:23:57 +02:00
waiting_pods_map.go Surface info of failed plugins during PerFilter and Filter 2021-01-28 12:20:42 -08:00