google_api_cloud_run v0.1.0 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 nil.
  • kind (String.t): The kind of this resource, in this case "Revision". Defaults to nil.
  • metadata (GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t): Metadata associated with this Revision, including name, namespace, labels, and annotations. Defaults to nil.
  • spec (GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t): Spec holds the desired state of the Revision (from the client). Defaults to nil.
  • status (GoogleApi.CloudRun.V1alpha1.Model.RevisionStatus.t): Status communicates the observed state of the Revision (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.