traffic

@JvmName(name = "gsatixsvbqrybywu")
suspend fun traffic(value: Output<List<GoogleCloudRunV2TrafficTargetArgs>>)
@JvmName(name = "pomcotwlrmxbasxi")
suspend fun traffic(value: List<GoogleCloudRunV2TrafficTargetArgs>?)

Parameters

value

Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.


@JvmName(name = "aqpekyonxsngruqt")
suspend fun traffic(vararg values: Output<GoogleCloudRunV2TrafficTargetArgs>)


@JvmName(name = "nmdnodeqaikaluwe")
suspend fun traffic(values: List<Output<GoogleCloudRunV2TrafficTargetArgs>>)
@JvmName(name = "hkehyrvgapixxnrc")
suspend fun traffic(vararg values: GoogleCloudRunV2TrafficTargetArgs)

Parameters

values

Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.


@JvmName(name = "phhnulkvhnfccmel")
suspend fun traffic(argument: List<suspend GoogleCloudRunV2TrafficTargetArgsBuilder.() -> Unit>)
@JvmName(name = "sqegwptwsxqklveq")
suspend fun traffic(vararg argument: suspend GoogleCloudRunV2TrafficTargetArgsBuilder.() -> Unit)
@JvmName(name = "sbpmeplrmumwodgh")
suspend fun traffic(argument: suspend GoogleCloudRunV2TrafficTargetArgsBuilder.() -> Unit)

Parameters

argument

Specifies how to distribute traffic over a collection of Revisions belonging to the Service. If traffic is empty or not provided, defaults to 100% traffic to the latest Ready Revision.