google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.Route View Source

Route is responsible for configuring ingress over a collection of Revisions. Some of the Revisions a Route distributes traffic over may be specified by referencing the Configuration responsible for creating them; in these cases the Route is additionally responsible for monitoring the Configuration for "latest ready" revision changes, and smoothly rolling out latest revisions. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#route

Cloud Run currently supports referencing a single Configuration to automatically deploy the "latest ready" Revision from that Configuration.

Attributes

  • apiVersion (String.t): The API version for this call such as "v1alpha1". Defaults to nil.
  • kind (String.t): The kind of this resource, in this case always "Route". Defaults to nil.
  • metadata (GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t): Metadata associated with this Route, including name, namespace, labels, and annotations. Defaults to nil.
  • spec (GoogleApi.CloudRun.V1alpha1.Model.RouteSpec.t): Spec holds the desired state of the Route (from the client). Defaults to nil.
  • status (GoogleApi.CloudRun.V1alpha1.Model.RouteStatus.t): Status communicates the observed state of the Route (from the controller). Defaults to nil.

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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.