GetClusterNodePoolNetworkConfigAdditionalPodNetworkConfig

data class GetClusterNodePoolNetworkConfigAdditionalPodNetworkConfig(val maxPodsPerNode: Int, val secondaryPodRange: String, val subnetwork: String)

Constructors

constructor(maxPodsPerNode: Int, secondaryPodRange: String, subnetwork: String)

Types

Link copied to clipboard
object Companion

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

Name of the subnetwork where the additional pod network belongs.