python/kubernetes/docs/V1EnvFromSource.md
2025-05-26 20:59:04 +00:00

661 B

V1EnvFromSource

EnvFromSource represents the source of a set of ConfigMaps or Secrets

Properties

Name Type Description Notes
config_map_ref V1ConfigMapEnvSource [optional]
prefix str Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER. [optional]
secret_ref V1SecretEnvSource [optional]

[Back to Model list] [Back to API list] [Back to README]