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

Selects a key from a ConfigMap.

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

Properties

  • key :: String

    • The key to select.
  • name :: String

  • optional :: Boolean

    • Specify whether the ConfigMap 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.ConfigMapKeySelector{
  key: String.t(),
  name: String.t(),
  optional: boolean()
}