list_node_pools
Retrieve node pools in a Google Kubernetes Engine cluster by specifying project ID, cluster name, and location.
Instructions
List node pools in a GKE cluster.
Args:
project_id: The ID of the GCP project
cluster_name: The name of the GKE cluster
location: The location (region or zone) of the cluster
Returns:
List of node pools in the specified GKE cluster
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| project_id | Yes | ||
| cluster_name | Yes |