clusterUri property

String? clusterUri
getter/setter pair

URI of the GKE cluster.

Format: * projects/{project_id}/locations/{location}/clusters/{cluster_id} (regional cluster) * projects/{project_id}/zones/{zone}/clusters/{cluster_id} (zonal cluster)

Implementation

core.String? clusterUri;