google_api_run v0.10.0 GoogleApi.Run.V1.Model.ConfigurationSpec View Source

ConfigurationSpec holds the desired state of the Configuration (from the client).

Attributes

  • template (type: GoogleApi.Run.V1.Model.RevisionTemplate.t, default: nil) - Optional metadata for this Revision, including labels and annotations. Name will be generated by the Configuration. To set minimum instances for this revision, use the "autoscaling.knative.dev/minScale" annotation key. (Cloud Run for Anthos only). To set maximum instances for this revision, use the "autoscaling.knative.dev/maxScale" annotation key. To set Cloud SQL connections for the revision, use the "run.googleapis.com/cloudsql-instances" annotation key. Values should be comma separated.

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.Run.V1.Model.ConfigurationSpec{
  template: GoogleApi.Run.V1.Model.RevisionTemplate.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.