Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretEnvSource

SecretEnvSource selects a Secret to populate the environment variables with.

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

schema

io.k8s.api.core.v1.SecretEnvSource

Hierarchy

  • SecretEnvSource

Index

Properties

Properties

Optional Readonly name

name: string
schema

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

Optional Readonly optional

optional: boolean

Specify whether the Secret must be defined

schema

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

Generated using TypeDoc