GkeClusterResponse

data class GkeClusterResponse(val cluster: String, val internalIp: Boolean)

Information specifying a GKE Cluster.

Constructors

Link copied to clipboard
fun GkeClusterResponse(cluster: String, internalIp: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

Link copied to clipboard

Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when cluster is a private GKE cluster.