GKEMasterInfoResponse

data class GKEMasterInfoResponse(val clusterNetworkUri: String, val clusterUri: String, val externalIp: String, val internalIp: String)

For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master.

Constructors

Link copied to clipboard
fun GKEMasterInfoResponse(clusterNetworkUri: String, clusterUri: String, externalIp: String, internalIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URI of a GKE cluster network.

Link copied to clipboard

URI of a GKE cluster.

Link copied to clipboard

External IP address of a GKE cluster master.

Link copied to clipboard

Internal IP address of a GKE cluster master.