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

SecretKeySelector selects a key of a Secret.

Attributes

  • key (type: String.t, default: nil) - Required. A Cloud Secret Manager secret version. Must be 'latest' for the latest version, an integer for a specific version, or a version alias. The key of the secret to select from. Must be a valid secret key.
  • localObjectReference (type: GoogleApi.Run.V1.Model.LocalObjectReference.t, default: nil) - This field should not be used directly as it is meant to be inlined directly into the message. Use the "name" field instead.
  • name (type: String.t, default: nil) - The name of the secret in Cloud Secret Manager. By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects//secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. The name of the secret in the pod's namespace to select from.
  • optional (type: boolean(), default: nil) - Specify whether the Secret or its key must be defined.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.SecretKeySelector{
  key: String.t() | nil,
  localObjectReference: GoogleApi.Run.V1.Model.LocalObjectReference.t() | nil,
  name: String.t() | nil,
  optional: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.