Cluster Node Pool Network Config Additional Pod Network Config
data class ClusterNodePoolNetworkConfigAdditionalPodNetworkConfig(val maxPodsPerNode: Int? = null, val secondaryPodRange: String? = null, val subnetwork: String? = null)
Properties
Link copied to clipboard
The maximum number of pods per node which use this pod network.
Link copied to clipboard
The name of the secondary range on the subnet which provides IP address for this pod range.
Link copied to clipboard
The name or self_link of the Google Compute Engine subnetwork in which the cluster's instances are launched.