GetClusterPrivateClusterConfig

data class GetClusterPrivateClusterConfig(val enablePrivateEndpoint: Boolean, val enablePrivateNodes: Boolean, val masterGlobalAccessConfigs: List<GetClusterPrivateClusterConfigMasterGlobalAccessConfig>, val masterIpv4CidrBlock: String, val peeringName: String, val privateEndpoint: String, val privateEndpointSubnetwork: String, val publicEndpoint: String)

Constructors

Link copied to clipboard
constructor(enablePrivateEndpoint: Boolean, enablePrivateNodes: Boolean, masterGlobalAccessConfigs: List<GetClusterPrivateClusterConfigMasterGlobalAccessConfig>, masterIpv4CidrBlock: String, peeringName: String, privateEndpoint: String, privateEndpointSubnetwork: String, publicEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, the cluster's private endpoint is used as the cluster endpoint and access through the public endpoint is disabled. When false, either endpoint can be used.

Link copied to clipboard

Enables the private cluster feature, creating a private endpoint on the cluster. In a private cluster, nodes only have RFC 1918 private addresses and communicate with the master's private endpoint 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 private IP addresses to the cluster master(s) and the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network, and it must be a /28 subnet. See Private Cluster Limitations for more details. This field only applies to private clusters, when enable_private_nodes is true.

Link copied to clipboard

The name of the peering between this cluster and the Google owned VPC.

Link copied to clipboard

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

Link copied to clipboard

Subnetwork in cluster's network where master's endpoint will be provisioned.

Link copied to clipboard

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