podAddressCidrBlocks

@JvmName(name = "lfhyumdsgxfkmoxl")
suspend fun podAddressCidrBlocks(value: Output<List<String>>)
@JvmName(name = "guynsvqprvpklwha")
suspend fun podAddressCidrBlocks(value: List<String>)

Parameters

value

The IP address range of the pods in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All pods in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.


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


@JvmName(name = "vruuernqhvkyxlvn")
suspend fun podAddressCidrBlocks(values: List<Output<String>>)
@JvmName(name = "liylecnwfbveodmr")
suspend fun podAddressCidrBlocks(vararg values: String)

Parameters

values

The IP address range of the pods in this cluster, in CIDR notation (e.g. 10.96.0.0/14). All pods in the cluster get assigned a unique RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.