Merge pull request #110394 from Abirdcfly/newfix

update kubectl api-resources help info
This commit is contained in:
Kubernetes Prow Robot 2022-06-06 16:45:47 -07:00 committed by GitHub
commit b6fb5a2878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ var (
kubectl api-resources --namespaced=false
# Print the supported API resources with a specific APIGroup
kubectl api-resources --api-group=extensions`)
kubectl api-resources --api-group=rbac.authorization.k8s.io`)
)
// APIResourceOptions is the start of the data required to perform the operation.