labels

@JvmName(name = "gcodubgywelegbsm")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "hroohbmyrjgxtsqn")
suspend fun labels(value: Map<String, String>?)

Parameters

value

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node.


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

Parameters

values

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node.