Commands.app

kubectl api-resources

Cluster Info

List available API resources

Examples
Common usage examples

List all resources

kubectl api-resources

List namespaced resources

kubectl api-resources --namespaced=true

Show with verbs and versions

kubectl api-resources -o wide
Notes
  • Useful for discovering resource types
Related Commands
You might also find these useful