kubernetes/pkg/scheduler
Kubernetes Submit Queue c64f19dd1b
Merge pull request #59728 from wgliang/master.append
Automatic merge from submit-queue (batch tested with PRs 59740, 59728, 60080, 60086, 58714). 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>.

more concise to merge the slice

**What this PR does / why we need it**:
more concise to merge the slice

**Special notes for your reviewer**:
2018-03-19 21:34:30 -07:00
..
algorithm Added unscheduable taint. 2018-03-16 09:13:08 +08:00
algorithmprovider Added unscheduable taint. 2018-03-16 09:13:08 +08:00
api Support cluster-level extended resources in kubelet and kube-scheduler 2018-02-27 17:25:30 -08:00
core Merge pull request #59728 from wgliang/master.append 2018-03-19 21:34:30 -07:00
factory Support cluster-level extended resources in kubelet and kube-scheduler 2018-02-27 17:25:30 -08:00
metrics Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
schedulercache Use pod UID as cache key instead of namespace/name 2018-03-13 10:25:37 -07:00
testing Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
util Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
volumebinder Fix scheduler refs in BUILD files. 2018-01-05 15:05:01 -08:00
BUILD Use pod UID as cache key instead of namespace/name 2018-03-13 10:25:37 -07:00
OWNERS Move scheduler code out of plugin directory. 2018-01-05 15:05:01 -08:00
scheduler.go Support cluster-level extended resources in kubelet and kube-scheduler 2018-02-27 17:25:30 -08:00
scheduler_test.go Use pod UID as cache key instead of namespace/name 2018-03-13 10:25:37 -07:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00