⎈ k8s knowledge compiler

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.jsonio.k8s.api.core.v1.EnvVar

Related (3)

related_to EnvVarSourcereferences type conf=1
related_to Containerreferences type conf=1
related_to EphemeralContainerreferences type conf=1

← all API Explorer