Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.18 KB

V1EnvVarSource.md

File metadata and controls

13 lines (9 loc) · 1.18 KB

V1EnvVarSource

Properties

Name Type Description Notes
ConfigMapKeyRef *V1ConfigMapKeySelector Selects a key of a ConfigMap. [optional] [default to null]
FieldRef *V1ObjectFieldSelector Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP. [optional] [default to null]
ResourceFieldRef *V1ResourceFieldSelector 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 currently supported. [optional] [default to null]
SecretKeyRef *V1SecretKeySelector Selects a key of a secret in the pod's namespace [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]