google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.Revision View Source

Revision is an immutable snapshot of code and configuration. A revision references a container image. Revisions are created by updates to a Configuration. Cloud Run does not currently support referencing a build that is responsible for materializing the container image from source. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#revision

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 "Revision". Defaults to: null.
  • metadata (ObjectMeta): Metadata associated with this Revision, including name, namespace, labels, and annotations. Defaults to: null.
  • spec (RevisionSpec): Spec holds the desired state of the Revision (from the client). Defaults to: null.
  • status (RevisionStatus): Status communicates the observed state of the Revision (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 section Functions

Link to this function

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

Unwrap a decoded JSON object into its complex fields.