Private Cluster Config Args
data class PrivateClusterConfigArgs(val enablePrivateEndpoint: Output<Boolean>? = null, val enablePrivateNodes: Output<Boolean>? = null, val masterGlobalAccessConfig: Output<PrivateClusterMasterGlobalAccessConfigArgs>? = null, val masterIpv4CidrBlock: Output<String>? = null, val privateEndpointSubnetwork: Output<String>? = null) : ConvertibleToJava<PrivateClusterConfigArgs>
Configuration options for private clusters.
Constructors
Link copied to clipboard
constructor(enablePrivateEndpoint: Output<Boolean>? = null, enablePrivateNodes: Output<Boolean>? = null, masterGlobalAccessConfig: Output<PrivateClusterMasterGlobalAccessConfigArgs>? = null, masterIpv4CidrBlock: Output<String>? = null, privateEndpointSubnetwork: Output<String>? = null)
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
Controls master global access settings.
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
Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format. //*/