Selects a key from a ConfigMap.

Hierarchy

  • V1ConfigMapKeySelector

Constructors

Properties

key: string

The key to select.

name?: string
optional?: boolean

Specify whether the ConfigMap or its key must be defined

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