mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-23 18:05:12 +00:00
Automatic merge from submit-queue add --as-group option to cli The usecase of this change: When a super user grant some RBAC permissions to a group, he can use --as--group to test whether the group get the permissions. Note that now we support as-groups, as-user-extra in kubeconfig file after this change. **Release note**: ```NONE ``` @liggitt