list_namespaces
Retrieve a list of all namespaces in a Kubernetes cluster by providing the cluster context name. Returns basic namespace information in JSON format.
Instructions
List all namespaces in the Kubernetes cluster.
Args: context_name: The Kubernetes context name
Returns: JSON string containing basic information about all namespaces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context_name | Yes |