EnvVar represents an environment variable present in a Container.
Name | Type | Description | Notes |
---|---|---|---|
name | String | Name of the environment variable. Must be a C_IDENTIFIER. | |
value | String | Variable references |
[optional] |
valueFrom | V1EnvVarSource | [optional] |