GkeClusterArgs

data class GkeClusterArgs(val resourceLink: Output<String>? = null) : ConvertibleToJava<GkeClusterArgs>

GkeCluster contains information specific to GKE clusters.

Constructors

Link copied to clipboard
fun GkeClusterArgs(resourceLink: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GkeClusterArgs

Properties

Link copied to clipboard
val resourceLink: Output<String>? = null

Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported.