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 | IoK8sApiCoreV1EnvVarSource | [optional] |