Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigMapEnvSource

ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.

The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

schema

io.k8s.api.core.v1.ConfigMapEnvSource

Hierarchy

  • ConfigMapEnvSource

Index

Properties

Properties

Optional Readonly name

name: string
schema

io.k8s.api.core.v1.ConfigMapEnvSource#name

Optional Readonly optional

optional: boolean

Specify whether the ConfigMap must be defined

schema

io.k8s.api.core.v1.ConfigMapEnvSource#optional

Generated using TypeDoc