-----------
# EnvVarSource v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.
Field | Description
------------ | -----------
configMapKeyRef
*[ConfigMapKeySelector](#configmapkeyselector-v1)* | Selects a key of a ConfigMap.
fieldRef
*[ObjectFieldSelector](#objectfieldselector-v1)* | Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP.
resourceFieldRef
*[ResourceFieldSelector](#resourcefieldselector-v1)* | 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](#secretkeyselector-v1)* | Selects a key of a secret in the pod's namespace