Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Hierarchy

  • V1DownwardAPIProjection

Constructors

Properties

Items is a list of DownwardAPIVolume file

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