podCidrs

@JvmName(name = "ppojglatltpyuxro")
suspend fun podCidrs(value: Output<List<String>>)
@JvmName(name = "voxlmyucfkvmlmbr")
suspend fun podCidrs(value: List<String>?)

Parameters

value

A list of CIDRs to use for pod IP addresses. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created.


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


@JvmName(name = "mcssjivjhfthqpvt")
suspend fun podCidrs(values: List<Output<String>>)
@JvmName(name = "fwbceshgjhnlmigp")
suspend fun podCidrs(vararg values: String)

Parameters

values

A list of CIDRs to use for pod IP addresses. For single-stack networking a single IPv4 CIDR is expected. For dual-stack networking an IPv4 and IPv6 CIDR are expected. Changing this forces a new resource to be created.