Class RouteSpec
RouteSpec holds the desired state of the Route (from the client).
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class RouteSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Traffic
Traffic specifies how to distribute traffic over a collection of Knative Revisions and Configurations. Cloud Run currently supports a single configurationName.
Declaration
[JsonProperty("traffic")]
public virtual IList<TrafficTarget> Traffic { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<TrafficTarget> |