kubernetes/pkg/scheduler/factory
Abdullah Gharaibeh dc28cfca72 Refactor the scheduler's configuration logic.
This PR modifies the scheduler's configurator to allow for instantiating the framework at a later stage in the configuration. Specifically at the point where we know exactly which predicates/priorities need to be configured.

This is necessary to allow converting predicates/priorities configuration into a plugin configuration to facilitate framework migration.
2019-09-19 15:43:26 -04:00
..
BUILD Added a noop plugin to make sure we have the dependencies worked out for the default registry of the scheduler framework. 2019-09-13 13:36:35 -04:00
factory_test.go Merge pull request #82704 from ahg-g/ahg-default-registry 2019-09-13 18:06:40 -07:00
factory.go Refactor the scheduler's configuration logic. 2019-09-19 15:43:26 -04:00
plugins_test.go remove unused variables in scheduler api types 2019-09-17 15:44:56 +02:00
plugins.go rm unnecessary return 2019-09-16 18:04:11 +08:00