labels

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

Parameters

value

A map of key/value pairs to apply to nodes in the pool. The labels are exposed in the Kubernetes API as labels in the metadata of the corresponding Node resources.


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

Parameters

values

A map of key/value pairs to apply to nodes in the pool. The labels are exposed in the Kubernetes API as labels in the metadata of the corresponding Node resources.