My latest merged PR in Kubernetes restores my deletion balance, without even touching vendor: https://github.com/kubernetes/kubernetes/pull/123339 (mostly deleting duplicated code by replacing it with a generic version). Better yet, once 1.31 is released and other projects regenerate their clients, the change will continue deleting code there too! My running totals are 28,295 insertions for 43,646 deletions, in 38 commits.
Update kustomize, use canonical json-patch v4 import by skitt · Pull Request #123339 · kubernetes/kubernetes

What type of PR is this? /kind cleanup What this PR does / why we need it: The canonical import for json-patch v4 is gopkg.in/evanphx/json-patch.v4 (see https://github.com/evanphx/json-patch/blob/m...

GitHub
@skitt congrats, those are the best kind of contributions