k3s/federation/pkg/federatedtypes
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
..
crudtester [Federation] Convert the ReplicaSet controller to a sync controller. 2017-06-22 17:47:43 -07:00
BUILD [Federation] Convert the deployment controller to a sync controller. 2017-06-28 17:15:48 -07:00
adapter.go [Federation] Add a SchedulingAdapter that can extend the FederatedTypeAdapter and that provides hooks for scheduling objects into clusters. 2017-05-30 12:08:53 -07:00
configmap.go run hack/update-all 2017-06-22 11:31:03 -07:00
daemonset.go run hack/update-all 2017-06-22 11:31:03 -07:00
deployment.go [Federation] Convert the deployment controller to a sync controller. 2017-06-28 17:15:48 -07:00
registry.go fed: mv pkg/typeadapters pkg/federatedtypes 2017-04-16 21:30:52 -07:00
replicaset.go [Federation] Convert the deployment controller to a sync controller. 2017-06-28 17:15:48 -07:00
scheduling.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
scheduling_test.go [Federation] Convert the deployment controller to a sync controller. 2017-06-28 17:15:48 -07:00
secret.go run hack/update-all 2017-06-22 11:31:03 -07:00