| Name | Type | Description | Notes |
|---|---|---|---|
| configMapKeyRef | V1ConfigMapKeySelector | Selects a key of a ConfigMap. | [optional] |
| fieldRef | V1ObjectFieldSelector | Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP. | [optional] |
| resourceFieldRef | V1ResourceFieldSelector | Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. | [optional] |
| secretKeyRef | V1SecretKeySelector | Selects a key of a secret in the pod's namespace | [optional] |