View Source GoogleApi.Run.V1.Model.Configuration (google_api_run v0.30.0)

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.

Attributes

  • apiVersion (type: String.t, default: nil) - The API version for this call such as "serving.knative.dev/v1".
  • kind (type: String.t, default: nil) - The kind of resource, in this case always "Configuration".
  • metadata (type: GoogleApi.Run.V1.Model.ObjectMeta.t, default: nil) - Metadata associated with this Configuration, including name, namespace, labels, and annotations.
  • spec (type: GoogleApi.Run.V1.Model.ConfigurationSpec.t, default: nil) - Spec holds the desired state of the Configuration (from the client).
  • status (type: GoogleApi.Run.V1.Model.ConfigurationStatus.t, default: nil) - Status communicates the observed state of the Configuration (from the controller).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.Configuration{
  apiVersion: String.t() | nil,
  kind: String.t() | nil,
  metadata: GoogleApi.Run.V1.Model.ObjectMeta.t() | nil,
  spec: GoogleApi.Run.V1.Model.ConfigurationSpec.t() | nil,
  status: GoogleApi.Run.V1.Model.ConfigurationStatus.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.