labels

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

Parameters

value

The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance. Label keys must contain 1 to 63 characters, and must conform to (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a template.


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

Parameters

values

The labels to associate with this template. These labels will be propagated to all jobs and clusters created by the workflow instance. Label keys must contain 1 to 63 characters, and must conform to (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a template.