get_cluster_details
Retrieve detailed information about a GKE cluster using project ID, cluster name, and location. Access cluster status, configuration, and metadata for management.
Instructions
Get detailed information about a specific 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:
Detailed information about the specified GKE cluster
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | ||
| project_id | Yes | ||
| cluster_name | Yes |