list_api_resources
Discover Kubernetes API resources by filtering on verbs, API groups, and namespaced scope. Get customizable output formats to understand available resource types.
Instructions
List the API resources available in the cluster
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbs | No | List of verbs to filter by | |
| output | No | Output format (wide, name, or no-headers) | wide |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) | |
| apiGroup | No | API group to filter by | |
| namespaced | No | If true, only show namespaced resources |