SecretKeySelector selects a key of a Secret.

Hierarchy

  • V1SecretKeySelector

Constructors

Properties

key: string

The key of the secret to select from. Must be a valid secret key.

name?: string
optional?: boolean

Specify whether the Secret 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