k3s/pkg/proxy/userspace
Harry Zhang 936a11e775 Use networking to hold network related pkgs
Change names of unclear methods

Use net as pkg name for short
2016-01-15 13:46:16 +08:00
..
loadbalancer.go
port_allocator.go Use networking to hold network related pkgs 2016-01-15 13:46:16 +08:00
port_allocator_test.go Use networking to hold network related pkgs 2016-01-15 13:46:16 +08:00
proxier.go Use networking to hold network related pkgs 2016-01-15 13:46:16 +08:00
proxier_test.go Comment out calls to httptest.Server.Close() to work around 2016-01-11 23:02:11 -08:00
proxysocket.go Fully close sockets in kube-proxy 2015-12-10 11:34:13 -08:00
rlimit.go Platform-specific setRLimit implementations 2015-10-18 21:26:39 -04:00
rlimit_windows.go Platform-specific setRLimit implementations 2015-10-18 21:26:39 -04:00
roundrobin.go Fixed some typos 2015-10-03 00:33:35 +08:00
roundrobin_test.go Correcting all go vet errors 2015-08-11 13:55:37 -07:00
udp_server.go