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

RevisionTemplateSpec describes the data a revision should have when created from a template. Based on: https://github.com/kubernetes/api/blob/e771f807/core/v1/types.go#L3179-L3190

Attributes

  • metadata (GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t): Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. Defaults to nil.
  • spec (GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t): RevisionSpec holds the desired state of the Revision (from the client). 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 type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.RevisionTemplate{
  metadata: GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t(),
  spec: GoogleApi.CloudRun.V1alpha1.Model.RevisionSpec.t()
}

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.