NodePoolNetworkConfigAdditionalPodNetworkConfigArgs

data class NodePoolNetworkConfigAdditionalPodNetworkConfigArgs(val maxPodsPerNode: Output<Int>? = null, val secondaryPodRange: Output<String>? = null, val subnetwork: Output<String>? = null) : ConvertibleToJava<NodePoolNetworkConfigAdditionalPodNetworkConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val maxPodsPerNode: Output<Int>? = null

The maximum number of pods per node which use this pod network.

Link copied to clipboard
val secondaryPodRange: Output<String>? = null

The name of the secondary range on the subnet which provides IP address for this pod range.

Link copied to clipboard
val subnetwork: Output<String>? = null

Name of the subnetwork where the additional pod network belongs.

Functions

Link copied to clipboard
open override fun toJava(): NodePoolNetworkConfigAdditionalPodNetworkConfigArgs