additionalPodNetworkConfigs property

List<AdditionalPodNetworkConfig>? additionalPodNetworkConfigs
getter/setter pair

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

Implementation

core.List<AdditionalPodNetworkConfig>? additionalPodNetworkConfigs;