kubernetes/plugin/pkg/scheduler/algorithm/predicates
Cao Shufeng 0c577c47d5 Use glog.*f when a format string is passed
ref:
https://godoc.org/github.com/golang/glog

I use the following commands to search all the invalid usage:
$ grep "glog.Warning(" * -r | grep %
$ grep "glog.Info(" * -r | grep %
$ grep "glog.Error(" * -r | grep %
$ grep ").Info(" * -r | grep % | grep "glog.V("
2017-07-10 19:04:03 +08:00
..
BUILD Removes alpha feature gate for affinity annotations. Beta fields should be used. 2017-06-23 10:02:14 -05:00
error.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
metadata.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
predicates_test.go Merge pull request #47869 from timothysc/affinity_cleanup 2017-06-24 06:11:42 -07:00
predicates.go Merge pull request #47515 from zhangxiaoyu-zidif/replace-scheduler-havesame 2017-07-04 09:12:26 -07:00
utils_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
utils.go run hack/update-all 2017-06-22 11:31:03 -07:00