Google Cloud Run V2Traffic Target Response
data class GoogleCloudRunV2TrafficTargetResponse(val percent: Int, val revision: String, val tag: String, val type: String)
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 GoogleCloudRunV2TrafficTargetResponse(percent: Int, revision: String, tag: String, type: String)