metadata

@JvmName(name = "skouyrprekuysbnv")
suspend fun metadata(value: Output<ServiceMetadataArgs>)
@JvmName(name = "bxftkyoalsggsqmw")
suspend fun metadata(value: ServiceMetadataArgs?)

Parameters

value

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. To set minimum instances for this revision, use the "autoscaling.knative.dev/minScale" annotation key. To set maximum instances for this revision, use the "autoscaling.knative.dev/maxScale" annotation key. To set Cloud SQL connections for the revision, use the "run.googleapis.com/cloudsql-instances" annotation key. Structure is documented below. (Optional) Metadata associated with this Service, including name, namespace, labels, and annotations. Structure is documented below.


@JvmName(name = "mmmwefmfxgnuregx")
suspend fun metadata(argument: suspend ServiceMetadataArgsBuilder.() -> Unit)

Parameters

argument

Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. To set minimum instances for this revision, use the "autoscaling.knative.dev/minScale" annotation key. To set maximum instances for this revision, use the "autoscaling.knative.dev/maxScale" annotation key. To set Cloud SQL connections for the revision, use the "run.googleapis.com/cloudsql-instances" annotation key. Structure is documented below. (Optional) Metadata associated with this Service, including name, namespace, labels, and annotations. Structure is documented below.