k3s/pkg/proxy/userspace
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 Userspace proxy should remove conntrack entries 2017-02-27 18:41:47 -05:00
OWNERS Reduce to folks with context 2016-11-15 08:51:12 +01:00
loadbalancer.go Userspace Proxy: allow check for endpoints on svc 2017-02-23 16:06:28 -05:00
port_allocator.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
port_allocator_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
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 Userspace Proxy: Expose ProxySocket utility funcs 2017-02-27 18:41:47 -05:00
rlimit.go
rlimit_windows.go
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
udp_server.go