podCIDRs

@JvmName(name = "pahwtxmtoqdlqrux")
suspend fun podCIDRs(value: Output<List<String>>)
@JvmName(name = "byqoelyvhavfcsdp")
suspend fun podCIDRs(value: List<String>?)

Parameters

value

podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.


@JvmName(name = "gflrotknxhinytnx")
suspend fun podCIDRs(vararg values: Output<String>)


@JvmName(name = "mbgibkmyxwmhqqmo")
suspend fun podCIDRs(values: List<Output<String>>)
@JvmName(name = "fnxkuuugigpckiug")
suspend fun podCIDRs(vararg values: String)

Parameters

values

podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.