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

Configuration represents the "floating HEAD" of a linear history of Revisions, and optionally how the containers those revisions reference are built. Users create new Revisions by updating the Configuration's spec. The "latest created" revision's name is available under status, as is the "latest ready" revision's name. See also: https://github.com/knative/serving/blob/master/docs/spec/overview.md#configuration

Attributes

  • apiVersion (String.t): The API version for this call such as "v1alpha1". Defaults to nil.
  • kind (String.t): The kind of resource, in this case always "Configuration". Defaults to nil.
  • metadata (GoogleApi.CloudRun.V1alpha1.Model.ObjectMeta.t): Metadata associated with this Configuration, including name, namespace, labels, and annotations. Defaults to nil.
  • spec (GoogleApi.CloudRun.V1alpha1.Model.ConfigurationSpec.t): Spec holds the desired state of the Configuration (from the client). Defaults to nil.
  • status (GoogleApi.CloudRun.V1alpha1.Model.ConfigurationStatus.t): Status communicates the observed state of the Configuration (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.