podIPs

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


@JvmName(name = "jvrcwibpgumsscvh")
suspend fun podIPs(values: List<Output<PodIPArgs>>)
@JvmName(name = "docvolpjollnyjki")
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 = "dordtrspdbnobeon")
suspend fun podIPs(argument: List<suspend PodIPArgsBuilder.() -> Unit>)
@JvmName(name = "usfpnvvfnwsuajed")
suspend fun podIPs(vararg argument: suspend PodIPArgsBuilder.() -> Unit)
@JvmName(name = "ojtdmdlyxithhrho")
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.