kubernetes/pkg/scheduler
Kubernetes Submit Queue 84a15d0291
Merge pull request #66540 from hanxiaoshuai/fixut0724
Automatic merge from submit-queue (batch tested with PRs 66540, 66599). 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>.

replace predicates string with corresponding const in TestDefaultPredicates

**What this PR does / why we need it**:
replace predicates string with corresponding const in TestDefaultPredicates. Unify with the const in func defaultPredicates().
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-07-26 01:55:14 -07:00
..
algorithm minor cleanup of selector_spreading priority function 2018-07-25 13:43:37 -07:00
algorithmprovider replace predicates string with corresponding const in TestDefaultPredicates 2018-07-24 14:27:36 +08:00
api Update generated files 2018-06-29 20:36:17 +02:00
cache RWLock for cache 2018-07-18 15:11:59 +08:00
core Merge pull request #66471 from islinwb/improve_TestZeroRequest 2018-07-24 13:59:58 -07:00
factory Merge pull request #65714 from resouer/fix-63784 2018-07-19 16:16:02 -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_test.go use subtest for table units 2018-06-08 10:52:28 -04:00
scheduler.go Increase glog level of some scheduling errors. 2018-06-28 23:34:29 -04:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00