auth-can-i
Check Kubernetes user permissions for specific actions on resources to verify authorization before executing commands.
Instructions
Check if the current user can perform an action
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verb | Yes | The verb to check (get, list, create, update, delete, etc.) | |
| resource | Yes | The resource type to check | |
| namespace | No | The namespace to check (optional) |