ClusterNodePoolNetworkConfigAdditionalPodNetworkConfig

data class ClusterNodePoolNetworkConfigAdditionalPodNetworkConfig(val maxPodsPerNode: Int? = null, val secondaryPodRange: String? = null, val subnetwork: String? = null)

Constructors

constructor(maxPodsPerNode: Int? = null, secondaryPodRange: String? = null, subnetwork: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxPodsPerNode: Int? = null
Link copied to clipboard
Link copied to clipboard
val subnetwork: String? = null

The name or self_link of the Google Compute Engine subnetwork in which the cluster's instances are launched.