GkeClusterResponse

data class GkeClusterResponse(val clusterMissing: Boolean, val resourceLink: String)

GkeCluster contains information specific to GKE clusters.

Constructors

Link copied to clipboard
fun GkeClusterResponse(clusterMissing: Boolean, resourceLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.

Link copied to clipboard

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.