EnvFromSource represents the source of a set of ConfigMaps or Secrets
| Name | Type | Description | Notes |
|---|---|---|---|
| config_map_ref | V1ConfigMapEnvSource | [optional] | |
| prefix | str | Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except '='. | [optional] |
| secret_ref | V1SecretEnvSource | [optional] |