LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

Hierarchy

  • V1LimitRangeItem

Constructors

Properties

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

Default resource requirement limit value by resource name if resource limit is omitted.

Type declaration

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

DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.

Type declaration

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

Max usage constraints on this kind by resource name.

Type declaration

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

MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.

Type declaration

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

Min usage constraints on this kind by resource name.

Type declaration

  • [key: string]: string
type: string

Type of resource that this limit applies to.

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