podCidrs

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

Parameters

value

The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.


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


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

Parameters

values

The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.