Kazan v0.11.0 Kazan.Apis.Core.V1.SecretKeySelector View Source

SecretKeySelector selects a key of a Secret.

OpenAPI Definition: io.k8s.api.core.v1.SecretKeySelector

Properties

  • key :: String

    • The key of the secret to select from. Must be a valid secret key.
  • name :: String

  • optional :: Boolean

    • Specify whether the Secret or it’s key must be defined

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.SecretKeySelector{
  key: String.t(),
  name: String.t(),
  optional: boolean()
}