addresses

@JvmName(name = "aqnfstaempvaavwt")
suspend fun addresses(value: Output<List<NodeAddressArgs>>)
@JvmName(name = "frkkeeyvheomxagc")
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/concepts/nodes/node/#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 = "slddilaerrpyijxr")
suspend fun addresses(vararg values: Output<NodeAddressArgs>)


@JvmName(name = "qdoygofsrsdmqqdt")
suspend fun addresses(values: List<Output<NodeAddressArgs>>)
@JvmName(name = "oawdkmbugcviiwsm")
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/concepts/nodes/node/#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 = "ksldwysjjgqdgkqp")
suspend fun addresses(argument: List<suspend NodeAddressArgsBuilder.() -> Unit>)
@JvmName(name = "quyfjjphmchtctci")
suspend fun addresses(vararg argument: suspend NodeAddressArgsBuilder.() -> Unit)
@JvmName(name = "njuouaxyphumqspg")
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/concepts/nodes/node/#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).