View Source GoogleApi.Run.V1.Model.TrafficTarget (quiqup_google_api_run v0.28.0)
TrafficTarget holds a single entry of the routing table for a Route.
attributes
Attributes
-
configurationName(type:String.t, default:nil) - ConfigurationName of a configuration to whose latest revision we will send this portion of traffic. When the "status.latestReadyRevisionName" of the referenced configuration changes, we will automatically migrate traffic from the prior "latest ready" revision to the new one. This field is never set in Route's status, only its spec. This is mutually exclusive with RevisionName. Cloud Run currently supports a single ConfigurationName. -
latestRevision(type:boolean(), default:nil) - Optional. LatestRevision may be provided to indicate that the latest ready Revision of the Configuration should be used for this traffic target. When provided LatestRevision must be true if RevisionName is empty; it must be false when RevisionName is non-empty. -
percent(type:integer(), default:nil) - Percent specifies percent of the traffic to this Revision or Configuration. This defaults to zero if unspecified. -
revisionName(type:String.t, default:nil) - RevisionName of a specific revision to which to send this portion of traffic. This is mutually exclusive with ConfigurationName. -
tag(type:String.t, default:nil) - Optional. Tag is used to expose a dedicated url for referencing this target exclusively. -
url(type:String.t, default:nil) - Output only. URL displays the URL for accessing tagged traffic targets. URL is displayed in status, and is disallowed on spec. URL must contain a scheme (e.g. https://) and a hostname, but may not contain anything else (e.g. basic auth, url path, etc.)
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.