podIPs

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


@JvmName(name = "xknpuludiwwithbp")
suspend fun podIPs(values: List<Output<PodIPArgs>>)
@JvmName(name = "myuwlqhdtgkpusty")
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 = "ffogymfdabvjdsga")
suspend fun podIPs(argument: List<suspend PodIPArgsBuilder.() -> Unit>)
@JvmName(name = "fqmnxpmtwwnpveeg")
suspend fun podIPs(vararg argument: suspend PodIPArgsBuilder.() -> Unit)
@JvmName(name = "apedvoiktcaiknna")
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.