traffic

@JvmName(name = "bqodyvefctlkobnj")
suspend fun traffic(value: Output<List<GoogleCloudRunV2TrafficTargetArgs>>)
@JvmName(name = "cusrvfdvbgtccdif")
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 = "lavythsjminpsbuw")
suspend fun traffic(vararg values: Output<GoogleCloudRunV2TrafficTargetArgs>)


@JvmName(name = "jlmwhbkvotvyjwtm")
suspend fun traffic(values: List<Output<GoogleCloudRunV2TrafficTargetArgs>>)
@JvmName(name = "voesdnsxodktrsgc")
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 = "xroxshhkscvcpycj")
suspend fun traffic(argument: List<suspend GoogleCloudRunV2TrafficTargetArgsBuilder.() -> Unit>)
@JvmName(name = "kyhfcbdppcpcyokt")
suspend fun traffic(vararg argument: suspend GoogleCloudRunV2TrafficTargetArgsBuilder.() -> Unit)
@JvmName(name = "ujqoirpnxrrgbyfh")
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.