Files
alexmchughdev 50f5cb9046 kube-proxy/ipvs: preallocate result slices in runner getters
GetVirtualServers and GetRealServers each build a result slice by
appending one entry per source element (`ipvsSvcs` and `dsts`
respectively). Pass the source length as the make() capacity so the
slice does not need to be regrown during the loop.

No behavior change.
2026-05-06 20:03:36 +01:00
..