ClusterNodePoolNetworkConfigAdditionalPodNetworkConfigArgs

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

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

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

Functions

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