661 B
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] |