website/docs/api-reference/v1.5/documents/_generated_envvarsource_v1_...

1012 B

EnvVarSource v1

Group Version Kind
Core v1 EnvVarSource

EnvVarSource represents a source for the value of an EnvVar.

Field Description
configMapKeyRef
ConfigMapKeySelector
Selects a key of a ConfigMap.
fieldRef
ObjectFieldSelector
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP.
resourceFieldRef
ResourceFieldSelector
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
secretKeyRef
SecretKeySelector
Selects a key of a secret in the pod's namespace