mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-08 08:00:37 +00:00
ListEntries' result slice is bounded by the number of lines parsed from the ipset output (`len(strs)`). Pass that as the make() capacity so the slice doesn't need to be regrown as entries are appended. No behavior change.