podIPs

@JvmName(name = "ifyaawffqbswayku")
suspend fun podIPs(value: Output<List<PodIPArgs>>)
@JvmName(name = "ilpxxnntecbluyed")
suspend fun podIPs(value: List<PodIPArgs>?)

Parameters

value

podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.


@JvmName(name = "lsqvxhpjvmhwvckx")
suspend fun podIPs(vararg values: Output<PodIPArgs>)


@JvmName(name = "chlryhmdfgbfeeai")
suspend fun podIPs(values: List<Output<PodIPArgs>>)
@JvmName(name = "hdgvegmggimkwvot")
suspend fun podIPs(vararg values: PodIPArgs)

Parameters

values

podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.


@JvmName(name = "mxsqiowgvmngcpww")
suspend fun podIPs(argument: List<suspend PodIPArgsBuilder.() -> Unit>)
@JvmName(name = "dhgtvwpjrvxuadbt")
suspend fun podIPs(vararg argument: suspend PodIPArgsBuilder.() -> Unit)
@JvmName(name = "xmcurngeikrtaovn")
suspend fun podIPs(argument: suspend PodIPArgsBuilder.() -> Unit)

Parameters

argument

podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.