k3s/pkg/proxy/winuserspace
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-bazel.sh to update deps in BUILD 2017-05-11 00:29:48 -07:00
loadbalancer.go
proxier.go Fix the issue in unqualified name where DNS client such as ping or iwr validate name in response and original question. Switch to use miekg's DNS library 2017-05-11 00:29:20 -07:00
proxier_test.go Switch winuserspace proxy to be event based for services 2017-05-10 12:14:37 +02:00
proxysocket.go Use glog.*f when a format string is passed 2017-07-10 19:04:03 +08:00
roundrobin.go Edge-based winuserspace proxy 2017-04-12 11:10:34 +02:00
roundrobin_test.go Edge-based winuserspace proxy 2017-04-12 11:10:34 +02:00
types.go cleanup proxier 2017-02-27 16:00:49 -08:00
udp_server.go