EnvFromSource represents the source of a set of ConfigMaps

Hierarchy

  • V1EnvFromSource

Constructors

Properties

configMapRef?: V1ConfigMapEnvSource
prefix?: string

An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

secretRef?: V1SecretEnvSource
attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc