list_api_resources
List API resources in a Kubernetes cluster, with optional filters by API group, namespace, verbs, and output format.
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 |