podIPs

@JvmName(name = "nuuimhmnandnqjpl")
suspend fun podIPs(value: Output<List<PodIPArgs>>)
@JvmName(name = "uamykvnmgbfeodnp")
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 = "tnbvhfohqkgxnkvd")
suspend fun podIPs(vararg values: Output<PodIPArgs>)


@JvmName(name = "xkmprwilywaodguj")
suspend fun podIPs(values: List<Output<PodIPArgs>>)
@JvmName(name = "uwwvjnkfjtkptlcs")
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 = "honpkcwqubjceugb")
suspend fun podIPs(argument: List<suspend PodIPArgsBuilder.() -> Unit>)
@JvmName(name = "fpunmnpwnhpbcjia")
suspend fun podIPs(vararg argument: suspend PodIPArgsBuilder.() -> Unit)
@JvmName(name = "fqorgvblcyyriscd")
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.