PrivateClusterConfigResponse

data class PrivateClusterConfigResponse(val enablePrivateEndpoint: Boolean, val enablePrivateNodes: Boolean, val masterGlobalAccessConfig: PrivateClusterMasterGlobalAccessConfigResponse, val masterIpv4CidrBlock: String, val peeringName: String, val privateEndpoint: String, val privateEndpointSubnetwork: String, val publicEndpoint: String)

Configuration options for private clusters.

Constructors

Link copied to clipboard
fun PrivateClusterConfigResponse(enablePrivateEndpoint: Boolean, enablePrivateNodes: Boolean, masterGlobalAccessConfig: PrivateClusterMasterGlobalAccessConfigResponse, masterIpv4CidrBlock: String, peeringName: String, privateEndpoint: String, privateEndpointSubnetwork: String, publicEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the master's internal IP address is used as the cluster endpoint.

Link copied to clipboard

Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.

Link copied to clipboard
Link copied to clipboard

The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.

Link copied to clipboard

The peering name in the customer VPC used by this cluster.

Link copied to clipboard

The internal IP address of this cluster's master endpoint.

Link copied to clipboard

Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.

Link copied to clipboard

The external IP address of this cluster's master endpoint. //*/