Skip to main content
Schemaobject

io.k8s.api.core.v1.LimitRangeItem

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

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
default object
optional

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

defaultRequest object
optional

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

max object
optional

Max usage constraints on this kind by resource name.

maxLimitRequestRatio object
optional

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.

min object
optional

Min usage constraints on this kind by resource name.

type string
required

Type of resource that this limit applies to.