limits

@JvmName(name = "erpoulmogadqvhxr")
suspend fun limits(value: Output<Map<String, String>>)
@JvmName(name = "twqaexxuwmfsnecd")
suspend fun limits(value: Map<String, String>?)

Parameters

value

Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits


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

Parameters

values

Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys are supported. * For supported 'cpu' values, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits