annotations

@JvmName(name = "xgwgsbuprgducgvv")
suspend fun annotations(value: Output<Map<String, String>>)
@JvmName(name = "gfmmdnjbbjjlvmma")
suspend fun annotations(value: Map<String, String>?)

Parameters

value

Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations Note: The Cloud Run API may add additional annotations that were not provided in your config. If the provider plan shows a diff where a server-side annotation is added, you can add it to your config or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.


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

Parameters

values

Annotations is a key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations Note: The Cloud Run API may add additional annotations that were not provided in your config. If the provider plan shows a diff where a server-side annotation is added, you can add it to your config or apply the lifecycle.ignore_changes rule to the metadata.0.annotations field.