mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-01 01:08:55 +00:00
Merge pull request #85406 from zhouya0/kubectl-change-podSecurityPolicy-group
kubectl change podSecurityPolicy group
This commit is contained in:
@@ -59,6 +59,10 @@ var (
|
||||
// Specialized verbs and GroupResources
|
||||
specialVerbs = map[string][]schema.GroupResource{
|
||||
"use": {
|
||||
{
|
||||
Group: "policy",
|
||||
Resource: "podsecuritypolicies",
|
||||
},
|
||||
{
|
||||
Group: "extensions",
|
||||
Resource: "podsecuritypolicies",
|
||||
|
Reference in New Issue
Block a user