additional Pod Network Configs
suspend fun additionalPodNetworkConfigs(value: Output<List<NodePoolNetworkConfigAdditionalPodNetworkConfigArgs>>)
suspend fun additionalPodNetworkConfigs(value: List<NodePoolNetworkConfigAdditionalPodNetworkConfigArgs>?)
Parameters
value
We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node. Structure is documented below
suspend fun additionalPodNetworkConfigs(vararg values: Output<NodePoolNetworkConfigAdditionalPodNetworkConfigArgs>)
suspend fun additionalPodNetworkConfigs(values: List<Output<NodePoolNetworkConfigAdditionalPodNetworkConfigArgs>>)
suspend fun additionalPodNetworkConfigs(vararg values: NodePoolNetworkConfigAdditionalPodNetworkConfigArgs)
Parameters
values
We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node. Structure is documented below
suspend fun additionalPodNetworkConfigs(argument: List<suspend NodePoolNetworkConfigAdditionalPodNetworkConfigArgsBuilder.() -> Unit>)
suspend fun additionalPodNetworkConfigs(vararg argument: suspend NodePoolNetworkConfigAdditionalPodNetworkConfigArgsBuilder.() -> Unit)
suspend fun additionalPodNetworkConfigs(argument: suspend NodePoolNetworkConfigAdditionalPodNetworkConfigArgsBuilder.() -> Unit)
Parameters
argument
We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node. Structure is documented below