k3s/plugin/cmd/kube-scheduler
Kubernetes Submit Queue bb323d8dea Merge pull request #40188 from jayunit100/NewSchedulerFromInterface
Automatic merge from submit-queue (batch tested with PRs 39538, 40188, 40357, 38214, 40195)

Decoupling scheduler creation from creation of scheduler.Config struc…

**What this PR does / why we need it**:

Adds functionality to the scheduler to initialize from an Configurator interface, rather then via a Config struct.

**Which issue this PR fixes** 

Reduces coupling to `scheduler.Config` data structure format so that we can proliferate more interface driven composition of scheduler components.
2017-01-25 17:47:12 -08:00
..
app Merge pull request #40188 from jayunit100/NewSchedulerFromInterface 2017-01-25 17:47:12 -08:00
BUILD Update generated files 2017-01-24 20:56:03 +01:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00
scheduler.go pkg/util/flag: move to k8s.io/apiserver 2017-01-24 20:56:03 +01:00