LimitRangeSpec defines a min/max usage limit for resources that match on kind.

Hierarchy

  • V1LimitRangeSpec

Constructors

Properties

Limits is the list of LimitRangeItem objects that are enforced.

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