Google Cloud Run V2Traffic Target Args
data class GoogleCloudRunV2TrafficTargetArgs(val percent: Output<Int>? = null, val revision: Output<String>? = null, val tag: Output<String>? = null, val type: Output<GoogleCloudRunV2TrafficTargetType>? = null) : ConvertibleToJava<GoogleCloudRunV2TrafficTargetArgs>
Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision.
Constructors
Link copied to clipboard
fun GoogleCloudRunV2TrafficTargetArgs(percent: Output<Int>? = null, revision: Output<String>? = null, tag: Output<String>? = null, type: Output<GoogleCloudRunV2TrafficTargetType>? = null)