mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-27 17:09:06 +00:00
* 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