kubernetes/pkg/proxy/util
Tim Hockin 731dc8cf74
Fix regression in kube-proxy (#106214)
* Fix regression in kube-proxy

Don't use a prepend() - that allocates.  Instead, make Write() take
either strings or slices (I wish we could express that better).

* WIP: switch to intf

* WIP: less appends

* tests and ipvs
2021-11-08 15:14:49 -08:00
..
iptables Migrate pkg/proxy/util to structured logging (#104908) 2021-09-20 13:54:35 -07:00
testing reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
endpoints.go Migrate pkg/proxy/util to structured logging (#104908) 2021-09-20 13:54:35 -07:00
endpoints_test.go run hack/update-netparse-cve.sh 2021-08-20 10:42:09 +02:00
network.go reduce cpu usage of kube-proxy with iptables mode 2021-07-05 16:08:19 +08:00
utils.go Fix regression in kube-proxy (#106214) 2021-11-08 15:14:49 -08:00
utils_test.go Fix regression in kube-proxy (#106214) 2021-11-08 15:14:49 -08:00