k3s/pkg/scheduler
Kubernetes Submit Queue 9a15ee7035
Merge pull request #63749 from wenlxie/githubupstream.master.minofixforgetstorageclass
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>.

minor fix for VolumeZoneChecker predicate 

storageclass can be in annotation and spec.

```release-note
minor fix for VolumeZoneChecker predicate, storageclass can be in annotation and spec.
```
2018-05-17 05:51:05 -07:00
..
algorithm Merge pull request #63749 from wenlxie/githubupstream.master.minofixforgetstorageclass 2018-05-17 05:51:05 -07:00
algorithmprovider update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
api Add Ignorable flag to extender 2018-03-30 15:10:31 -07:00
core Update generated bazel 2018-05-11 14:25:23 +08:00
factory update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
metrics Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
schedulercache Merge pull request #62934 from wackxu/scto 2018-05-09 09:30:11 -07:00
testing update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
util run make update 2018-04-28 15:43:09 +00:00
volumebinder Use provided node object in volume binding predicate 2018-04-05 14:35:55 -07:00
BUILD run make update 2018-04-28 15:43:09 +00:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Merge pull request #62243 from resouer/fix-62068 2018-04-19 14:50:27 -07:00
scheduler_test.go move pkg/scheduler/util/testutil.go to pkg/scheduler/testing 2018-04-28 02:36:04 +00:00
testutil.go