kubernetes v1.33

StatefulSetList.items.spec.template.spec.initContainers.envFrom

EnvFromSource represents the source of a set of ConfigMaps or Secrets

3 fields
StatefulSetList.items.spec.template.spec.initContainers.envFrom fields and descriptions
Field / TypeDescription
ConfigMapEnvSource

The ConfigMap to select from

prefix
string

Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.

SecretEnvSource

The Secret to select from