View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2ContainerOverride (google_api_run v0.30.0)

Per-container override specification.

Attributes

  • args (type: list(String.t), default: nil) - Optional. Arguments to the entrypoint. Will replace existing args for override.
  • clearArgs (type: boolean(), default: nil) - Optional. True if the intention is to clear out existing args list.
  • env (type: list(GoogleApi.Run.V2.Model.GoogleCloudRunV2EnvVar.t), default: nil) - List of environment variables to set in the container. Will be merged with existing env for override.
  • name (type: String.t, default: nil) - The name of the container specified as a DNS_LABEL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2ContainerOverride{
  args: [String.t()] | nil,
  clearArgs: boolean() | nil,
  env: [GoogleApi.Run.V2.Model.GoogleCloudRunV2EnvVar.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.