ClusterMetadata
Get GKE cluster's metadata.
yaml
type: "io.kestra.plugin.gcp.gke.ClusterMetadata"
Fetch a GKE cluster's metadata.
yaml
id: gcp_gke_cluster_metadata
namespace: company.team
tasks:
- id: cluster_metadata
type: io.kestra.plugin.gcp.gke.ClusterMetadata
clusterProjectId: my-project-id
clusterZone: europe-west1-c
clusterId: my-cluster-id
Cluster ID whose metadata needs to be fetched.
GCP project ID where the GKE cluster is present.
GCP zone in which the GKE cluster is present.
The GCP service account to impersonate.
The GCP project ID.
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
The GCP scopes to be used.
The GCP service account.
Possible Values
STATUS_UNSPECIFIED
PROVISIONING
RUNNING
RUNNING_WITH_ERROR
RECONCILING
STOPPING
ERROR
UNRECOGNIZED