-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 53651, 55252). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. split serviceaccount admission into mutation and validation Splits the SA admission plugin into mutation and validation halves. I had some trouble with e2e tests before, so this got split out of another pull.