kubectl api-resources
Cluster InfoList available API resources
Examples
Common usage examples
List all resources
kubectl api-resourcesList namespaced resources
kubectl api-resources --namespaced=trueShow with verbs and versions
kubectl api-resources -o wideNotes
- Useful for discovering resource types
Related Commands
You might also find these useful