ResourceQuotaStatus defines the enforced hard limits and observed use.

Hierarchy

  • V1ResourceQuotaStatus

Constructors

Properties

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

Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

Type declaration

  • [key: string]: string
used?: {
    [key: string]: string;
}

Used is the current observed total usage of the resource in the namespace.

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