Options (1)
-o, --outputbooleanPrint the supported API resources with more information
Example:
kubectl api-resources {{[-o|--output]}} wideExamples (6)
Print the supported API resources
Print the supported API resources with more information
kubectl api-resources [-o|--output] widePrint the supported API resources sorted by a column
kubectl api-resources --sort-by namePrint the supported namespaced resources
kubectl api-resources --namespacedPrint the supported non-namespaced resources
kubectl api-resources --namespaced=falsePrint the supported API resources with a specific API group
kubectl api-resources --api-group api_groupmade by @shridhargupta | data from tldr-pages