Merge pull request #85406 from zhouya0/kubectl-change-podSecurityPolicy-group

kubectl change podSecurityPolicy group
This commit is contained in:
Kubernetes Prow Robot 2019-12-12 15:48:55 -08:00 committed by GitHub
commit 5a45e30081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ var (
// Specialized verbs and GroupResources
specialVerbs = map[string][]schema.GroupResource{
"use": {
{
Group: "policy",
Resource: "podsecuritypolicies",
},
{
Group: "extensions",
Resource: "podsecuritypolicies",