addresses

@JvmName(name = "edyngkqmgvxnbgyd")
suspend fun addresses(value: Output<List<NodeAddressArgs>>)
@JvmName(name = "yveouuejgpapbwdt")
suspend fun addresses(value: List<NodeAddressArgs>?)

Parameters

value

List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).


@JvmName(name = "snfnabggsphwpotm")
suspend fun addresses(vararg values: Output<NodeAddressArgs>)


@JvmName(name = "ypyqfsqlroknmpxs")
suspend fun addresses(values: List<Output<NodeAddressArgs>>)
@JvmName(name = "prtxlnkdjmmlacan")
suspend fun addresses(vararg values: NodeAddressArgs)

Parameters

values

List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).


@JvmName(name = "fasvjxjptbtxivek")
suspend fun addresses(argument: List<suspend NodeAddressArgsBuilder.() -> Unit>)
@JvmName(name = "mqeelfqgfsgnbkfd")
suspend fun addresses(vararg argument: suspend NodeAddressArgsBuilder.() -> Unit)
@JvmName(name = "hsputiaewupfkplg")
suspend fun addresses(argument: suspend NodeAddressArgsBuilder.() -> Unit)

Parameters

argument

List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).