Cluster Private Cluster Config
data class ClusterPrivateClusterConfig(val enablePrivateEndpoint: Boolean? = null, val enablePrivateNodes: Boolean? = null, val masterGlobalAccessConfig: ClusterPrivateClusterConfigMasterGlobalAccessConfig? = null, val masterIpv4CidrBlock: String? = null, val peeringName: String? = null, val privateEndpoint: String? = null, val privateEndpointSubnetwork: String? = null, val publicEndpoint: String? = null)
Constructors
Link copied to clipboard
fun ClusterPrivateClusterConfig(enablePrivateEndpoint: Boolean? = null, enablePrivateNodes: Boolean? = null, masterGlobalAccessConfig: ClusterPrivateClusterConfigMasterGlobalAccessConfig? = null, masterIpv4CidrBlock: String? = null, peeringName: String? = null, privateEndpoint: String? = null, privateEndpointSubnetwork: String? = null, publicEndpoint: String? = null)
Types
Properties
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