k3s/pkg/proxy/winuserspace
Tim Hockin adf30aa2e1 kube-proxy: OnServiceUpdate takes pointers
This signature is more consistent with OnEndpointsUpdate and removes a
copy loop.  This is part on ongoing cleanup to rate-limit iptables
calls.
2017-04-03 17:19:39 -07:00
..
BUILD Fix DNS suffix search list issue for Windows container and workaround in kube-proxy. 2017-02-27 19:25:46 -08:00
loadbalancer.go
proxier.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00
proxier_test.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00
proxysocket.go Fix DNS suffix search list issue for Windows container and workaround in kube-proxy. 2017-02-27 19:25:46 -08:00
proxysocket_test.go Fix DNS suffix search list issue for Windows container and workaround in kube-proxy. 2017-02-27 19:25:46 -08:00
roundrobin.go Avoid copying endpoints object in kube-proxy 2017-03-25 17:41:42 +01:00
roundrobin_test.go Avoid copying endpoints object in kube-proxy 2017-03-25 17:41:42 +01:00
types.go cleanup proxier 2017-02-27 16:00:49 -08:00
udp_server.go