k3s/federation/pkg/kubefed
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
..
init Workaround tcpv4-only-systems connect issue in test 2017-07-10 09:27:48 +02:00
testing autogenerated 2017-04-14 10:40:57 -07:00
util Retry finding RBAC version if not found in discovery cache 2017-06-26 12:45:22 -04:00
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
join.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
join_test.go manually fix unit tests 2017-06-22 11:30:59 -07:00
kubefed.go cmd/options: `kubectl options` writes to `out` stream 2017-05-28 11:23:44 -07:00
unjoin.go [Federation] Use service accounts instead of the user's credentials when accessing joined clusters' API servers. 2017-05-19 18:05:09 -07:00
unjoin_test.go run hack/update-all 2017-06-22 11:31:03 -07:00