k3s/pkg/scheduler
Kubernetes Submit Queue a13fe4d15d
Merge pull request #65424 from liggitt/scheduler-config
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix scheduler config decoding

Fixes #65413

Implements a custom unmarshaler for a single scheduler config type which did not correctly specify JSON tags until https://github.com/kubernetes/kubernetes/issues/65414 is resolved

Adds missing compatibility tests for scheduler extenders back to 1.7

```release-note
Fixes incompatibility with custom scheduler extender configurations specifying `bindVerb`
```
2018-06-25 00:21:35 -07:00
..
algorithm Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
algorithmprovider Fix scheduler config decoding 2018-06-24 23:28:56 -04:00
api Fix scheduler config decoding 2018-06-24 23:28:56 -04:00
cache Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
core Merge pull request #65396 from bsalamat/sched_no_sort 2018-06-23 20:12:01 -07:00
factory Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
metrics Split scheduler latency metric to fine-grained steps 2018-06-21 14:19:39 +02:00
testing Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
util Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
volumebinder Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Split scheduler latency metric to fine-grained steps 2018-06-21 14:19:39 +02:00
scheduler_test.go use subtest for table units 2018-06-08 10:52:28 -04:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00