labels

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

Parameters

value

KRM-style labels for the resource. (Optional) KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.


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

Parameters

values

KRM-style labels for the resource. (Optional) KRM-style labels for the resource. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels Cloud Run will populate some labels with 'run.googleapis.com' or 'serving.knative.dev' namespaces. Those labels are read-only, and user changes will not be preserved.