kubernetes/plugin/pkg/scheduler
Dan Mace efb2bb71cd Refactor scheduler config API
Refactor the kube-scheduler configuration API, command setup, and server
setup according to the guidelines established in #32215 and using the
kube-proxy refactor (#34727) as a model of a well factored component
adhering to said guidelines.

* Config API: clarify meaning and use of algorithm source by replacing
modality derived from bools and string emptiness checks with an explicit
AlgorithmSource type hierarchy.
* Config API: consolidate client connection config with common structs.
* Config API: split and simplify healthz/metrics server configuration.
* Config API: clarify leader election configuration.
* Config API: improve defaulting.
* CLI: deprecate all flags except `--config`.
* CLI: port all flags to new config API.
* CLI: refactor to match kube-proxy Cobra command style.
* Server: refactor away configurator.go to clarify application wiring.
* Server: refactor to more clearly separate wiring/setup from running.

Fixes #52428.
2017-11-07 09:41:39 -05:00
..
algorithm Merge pull request #54871 from anfernee/clean 2017-11-06 23:19:18 -08:00
algorithmprovider Merge pull request #54047 from kuramal/my 2017-10-29 20:42:48 -07:00
api Remove all api.Scheme references by using explicit package aliases 2017-10-30 19:54:02 +01:00
core Remove unused pods in genericScheduler 2017-10-26 15:23:26 -07:00
factory Merge pull request #54047 from kuramal/my 2017-10-29 20:42:48 -07:00
metrics update BUILD files 2017-10-15 18:18:13 -07:00
schedulercache Merge pull request #54488 from lichuqiang/plugin_base 2017-11-02 17:24:06 -07:00
testing Autogenerated files 2017-10-20 23:22:03 -07:00
util Update bazel 2017-10-18 17:24:04 +02:00
BUILD Autogenerated files 2017-10-24 16:04:58 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go Refactor scheduler config API 2017-11-07 09:41:39 -05:00
scheduler_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
testutil.go Change type of scheduling queue from cache.FIFO to a new interface 2017-10-24 16:04:58 -07:00