| configMapKeyRef |
object |
Selects a key of a ConfigMap. |
| fieldRef |
object |
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP |
| fileKeyRef |
object |
FileKeyRef selects a key of the env file. Requires the EnvFiles feature gate to be enabled. |
| resourceFieldRef |
object |
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currentl |
| secretKeyRef |
object |
Selects a key of a secret in the pod's namespace |