nodeLabels

@JvmName(name = "hpqgtbgtbqfsgsbw")
suspend fun nodeLabels(value: Output<Map<String, String>>)
@JvmName(name = "fgeflfwkepgpyfel")
suspend fun nodeLabels(value: Map<String, String>?)

Parameters

value

A map of Kubernetes labels which should be applied to nodes in this Node Pool.


@JvmName(name = "lyapeqltnoifelrj")
fun nodeLabels(vararg values: Pair<String, String>)

Parameters

values

A map of Kubernetes labels which should be applied to nodes in this Node Pool.