ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

Hierarchy

  • V1ResourceQuotaSpec

Constructors

Properties

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

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

Type declaration

  • [key: string]: string
scopeSelector?: V1ScopeSelector
scopes?: string[]

A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.

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