kubernetes/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue a195a76151
Merge pull request #59952 from resouer/consts-handler
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>.

Use consts as predicate key names in handlers

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

Per discussion in: https://github.com/kubernetes/kubernetes/pull/59335/files#r168351460

**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 #59951

**Special notes for your reviewer**:

**Release note**:

```release-note
Use consts as predicate name in handlers
```
2018-02-22 15:45:16 -08:00
..
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
error.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
metadata_test.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
metadata.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
predicates_test.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
predicates.go Use consts as predicate name in handlers 2018-02-15 15:18:27 -08:00
testing_helper.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
utils_test.go Refactor HostIP predicate algorithm 2018-01-08 17:10:21 -08:00
utils.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00