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

EnvFromSource represents the source of a set of ConfigMaps

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

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.EnvFromSource{
  config_map_ref: Kazan.Apis.Core.V1.ConfigMapEnvSource.t(),
  prefix: String.t(),
  secret_ref: Kazan.Apis.Core.V1.SecretEnvSource.t()
}