RouteSpec holds the desired state of the Route (from the client).
-
traffic
(type:list(GoogleApi.Run.V1.Model.TrafficTarget.t)
, default:nil
) - Traffic specifies how to distribute traffic over a collection of Knative Revisions and Configurations. Cloud Run currently supports a single configurationName.
Specs
t() :: %GoogleApi.Run.V1.Model.RouteSpec{ traffic: [GoogleApi.Run.V1.Model.TrafficTarget.t()] }