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 |
Jiangtian Li
|
1760767047
|
Add error to function return
|
2017-05-11 00:30:07 -07:00 |
Jiangtian Li
|
1eda859bf9
|
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 |
Jiangtian Li
|
b9dfb69dd7
|
Fix DNS suffix search list issue for Windows container and workaround in kube-proxy.
kube-proxy iterates over DNS suffix search list and appends to DNS query for client.
|
2017-02-27 19:25:46 -08:00 |
Anthony Howe
|
0e37f0a890
|
cleanup proxier
|
2017-02-27 16:00:49 -08:00 |
Anthony Howe
|
48647fb9b5
|
add tcp or udp proxy for service addresses
|
2017-02-22 19:42:33 -08:00 |
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
Paulo Pires
|
562d0756ef
|
Fixed copyright headers.
|
2016-11-07 09:18:07 +00:00 |
Paulo Pires
|
acf3f368bc
|
Added new userspace proxy mode specifically for Windows.
|
2016-11-07 09:11:35 +00:00 |