update kubectl api-resources help info

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
This commit is contained in:
Abirdcfly 2022-06-06 10:21:17 +08:00
parent 35940b707c
commit 58043b936a
No known key found for this signature in database
GPG Key ID: A4EA876831B0458B

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.