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

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
val subnetwork: String? = null

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