mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +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
|
// Specialized verbs and GroupResources
|
||||||
specialVerbs = map[string][]schema.GroupResource{
|
specialVerbs = map[string][]schema.GroupResource{
|
||||||
"use": {
|
"use": {
|
||||||
|
{
|
||||||
|
Group: "policy",
|
||||||
|
Resource: "podsecuritypolicies",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Group: "extensions",
|
Group: "extensions",
|
||||||
Resource: "podsecuritypolicies",
|
Resource: "podsecuritypolicies",
|
||||||
|
Reference in New Issue
Block a user