k3s/test/e2e_node/services
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 run hack/update-all 2017-06-22 11:31:03 -07:00
apiserver.go wire in aggregation 2017-03-27 09:44:10 -04:00
etcd.go Remove leagcy init that no longer works. 2017-04-11 08:48:59 -05:00
internal_services.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
kubelet.go Fix hardcoded CIDR in the validation_test 2017-06-15 22:15:56 -07:00
namespace_controller.go run hack/update-all 2017-06-22 11:31:03 -07:00
server.go Remove sudo in test suite and run test with sudo. 2016-11-07 15:27:53 -08:00
services.go pkg/flag: make feature gate extensible and split between generic and kube 2017-01-24 20:56:03 +01:00
util.go Add run kubelet mode. 2016-12-13 19:08:55 -08:00