list-gke-clusters
Retrieve all Google Kubernetes Engine (GKE) clusters within a specified project. Optionally filter by region or zone to streamline cluster management and monitoring.
Instructions
List all GKE clusters in the current project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location | No | Location (region or zone) to list clusters from (defaults to all locations) |
Input Schema (JSON Schema)
{
"properties": {
"location": {
"description": "Location (region or zone) to list clusters from (defaults to all locations)",
"type": "string"
}
},
"required": [],
"type": "object"
}