Options
All
  • Public
  • Public/Protected
  • All
Menu

EnvVarSource represents a source for the value of an EnvVar.

schema

io.k8s.api.core.v1.EnvVarSource

Hierarchy

  • EnvVarSource

Index

Properties

Optional Readonly configMapKeyRef

configMapKeyRef: ConfigMapKeySelector

Selects a key of a ConfigMap.

schema

io.k8s.api.core.v1.EnvVarSource#configMapKeyRef

Optional Readonly fieldRef

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.

schema

io.k8s.api.core.v1.EnvVarSource#fieldRef

Optional Readonly resourceFieldRef

resourceFieldRef: ResourceFieldSelector

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.

schema

io.k8s.api.core.v1.EnvVarSource#resourceFieldRef

Optional Readonly secretKeyRef

secretKeyRef: SecretKeySelector

Selects a key of a secret in the pod's namespace

schema

io.k8s.api.core.v1.EnvVarSource#secretKeyRef

Generated using TypeDoc