You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #15628 from csrwng/fix-client-gen
Automatic merge from submit-queue (batch tested with PRs 15594, 15161, 15619, 15628)
Fix clientset generation script - moderate aggressive delete
If you include `*_expansion.go` files in the generated clientset packages, the current generation script will remove them.
This change modifies the script so that it deletes all files except those named `*_expansion.go`
0 commit comments