hostIPs

@JvmName(name = "dtmrqwsqpqrfsssl")
suspend fun hostIPs(value: Output<List<HostIPArgs>>)
@JvmName(name = "rpqddnnycopeqawq")
suspend fun hostIPs(value: List<HostIPArgs>?)

Parameters

value

hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.


@JvmName(name = "gbqrwrvmprkpuwwa")
suspend fun hostIPs(vararg values: Output<HostIPArgs>)


@JvmName(name = "arvlmemwygluwqka")
suspend fun hostIPs(values: List<Output<HostIPArgs>>)
@JvmName(name = "cfiorwhhfvwgadrb")
suspend fun hostIPs(vararg values: HostIPArgs)

Parameters

values

hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.


@JvmName(name = "sytokmybxctjirln")
suspend fun hostIPs(argument: List<suspend HostIPArgsBuilder.() -> Unit>)
@JvmName(name = "kcelxuxnfcdnnlis")
suspend fun hostIPs(vararg argument: suspend HostIPArgsBuilder.() -> Unit)
@JvmName(name = "lqbvugkdceypymor")
suspend fun hostIPs(argument: suspend HostIPArgsBuilder.() -> Unit)

Parameters

argument

hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.