ServiceSpec holds the desired state of the Route (from the client), which is used to manipulate the underlying Route and Configuration(s).
-
template
(type:GoogleApi.Run.V1.Model.RevisionTemplate.t
, default:nil
) - Template holds the latest specification for the Revision to be stamped out. -
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.
Specs
t() :: %GoogleApi.Run.V1.Model.ServiceSpec{ template: GoogleApi.Run.V1.Model.RevisionTemplate.t(), traffic: [GoogleApi.Run.V1.Model.TrafficTarget.t()] }