additional Pod Ranges Config
suspend fun additionalPodRangesConfig(value: Output<ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs>)
suspend fun additionalPodRangesConfig(value: ClusterIpAllocationPolicyAdditionalPodRangesConfigArgs?)
Parameters
value
The configuration for additional pod secondary ranges at the cluster level. Used for Autopilot clusters and Standard clusters with which control of the secondary Pod IP address assignment to node pools isn't needed. Structure is documented below.
suspend fun additionalPodRangesConfig(argument: suspend ClusterIpAllocationPolicyAdditionalPodRangesConfigArgsBuilder.() -> Unit)
Parameters
argument
The configuration for additional pod secondary ranges at the cluster level. Used for Autopilot clusters and Standard clusters with which control of the secondary Pod IP address assignment to node pools isn't needed. Structure is documented below.