kubernetes/test
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
..
e2e Merge pull request #48597 from crassirostris/sd-logging-e2e-fix-soak 2017-07-08 15:33:24 -07:00
e2e_federation Update e2e tests to pipe in clusterID for gce resource cleanup 2017-06-23 15:56:12 -07:00
e2e_node Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
fixtures Add Initializers to all admission control paths by default 2017-06-02 22:09:04 -04:00
images Fix review comments - luxas, ixdy 2017-06-30 18:51:23 +05:30
integration Merge pull request #48546 from deads2k/tpr-19-ripples 2017-07-08 07:09:38 -07:00
kubemark Add a README to the pre-existing provdier 2017-07-05 09:14:58 -04:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak run hack/update-all 2017-06-22 11:31:03 -07:00
utils run hack/update-all 2017-06-22 11:31:03 -07:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller 2017-05-19 14:49:43 -07:00
test_owners.csv Updated test/test_owners.csv for federation test cases 2017-05-20 08:43:30 +05:30
test_owners.json Make update_owners.py also emit a JSON sig-owners list. 2017-05-11 17:01:29 -07:00