EnvVar [api_object]ai-synthesized · conf 0.82
EnvVar represents an environment variable present in a Container.
core
An EnvVar object represents an environment variable that can be set in a container.
Why it matters EnvVar allows you to configure environment variables for containers.
Key facts - It's used to set environment variables in containers. - Each EnvVar has a name and value.
Related api:EnvFromSource
Sources
swagger.json — “io.k8s.api.core.v1.EnvVar”