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

Per container override specification.

Attributes

  • args (type: list(String.t), default: nil) - Arguments to the entrypoint. The specified arguments replace and override any existing entrypoint arguments. Must be empty if clear_args is set to true.
  • clearArgs (type: boolean(), default: nil) - Optional. Set to True to clear all existing arguments.
  • env (type: list(GoogleApi.Run.V1.Model.EnvVar.t), default: nil) - List of environment variables to set in the container. All specified environment variables are merged with existing environment variables. When the specified environment variables exist, these values override any existing values.
  • 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.V1.Model.ContainerOverride{
  args: [String.t()] | nil,
  clearArgs: boolean() | nil,
  env: [GoogleApi.Run.V1.Model.EnvVar.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.