get_namespaces
Retrieve a list of Kubernetes namespaces with details such as name, status, and age. Useful for cluster management and namespace monitoring without using kubectl.
Instructions
Return a summary of the namespaces for this Kubernetes cluster, similar to that
returned by kubectl get namespace
.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |