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