google_api_cloud_run v0.0.1 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:
null
. - kind (String.t): The kind of this resource, in this case always "Route". Defaults to:
null
. - metadata (ObjectMeta): Metadata associated with this Route, including name, namespace, labels, and annotations. Defaults to:
null
. - spec (RouteSpec): Spec holds the desired state of the Route (from the client). Defaults to:
null
. - status (RouteStatus): Status communicates the observed state of the Route (from the controller). Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Route{
apiVersion: any(),
kind: any(),
metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(),
spec: GoogleApi.CloudRun.V1alpha1.Model.RouteSpec.t(),
status: GoogleApi.CloudRun.V1alpha1.Model.RouteStatus.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Route{ apiVersion: any(), kind: any(), metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(), spec: GoogleApi.CloudRun.V1alpha1.Model.RouteSpec.t(), status: GoogleApi.CloudRun.V1alpha1.Model.RouteStatus.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.