clusterrole_list
Retrieve and list all ClusterRoles in a Kubernetes cluster by specifying the context name. Enables efficient management and oversight of ClusterRole details.
Instructions
List all ClusterRoles in the cluster.
Args: context_name: The Kubernetes context name
Returns: List of ClusterRole basic information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"context_name": {
"title": "Context Name",
"type": "string"
}
},
"required": [
"context_name"
],
"title": "clusterrole_listArguments",
"type": "object"
}