Overhead structure represents the resource overhead associated with running a pod.

Hierarchy

  • V1Overhead

Constructors

Properties

podFixed?: {
    [key: string]: string;
}

podFixed represents the fixed resource overhead associated with running a pod.

Type declaration

  • [key: string]: string
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