ResourceFieldSelector represents container resources (cpu, memory) and their output format

Hierarchy

  • V1ResourceFieldSelector

Constructors

Properties

containerName?: string

Container name: required for volumes, optional for env vars

divisor?: string

Specifies the output format of the exposed resources, defaults to "1"

resource: string

Required: resource to select

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