LimitRange [v1]
- Description
- LimitRange sets resource usage limits for each kind of resource in a Namespace.
- Type
object
Specification
.spec
- Description
- LimitRangeSpec defines a min/max usage limit for resources that match on kind.
- Type
object- Required
limits
.spec.limits
- Description
- Limits is the list of LimitRangeItem objects that are enforced.
- Type
array
.spec.limits[]
- Description
- LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
- Type
object- Required
type
.spec.limits[].default
- Description
- Default resource requirement limit value by resource name if resource limit is omitted.
- Type
object
.spec.limits[].defaultRequest
- Description
- DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.
- Type
object
.spec.limits[].max
- Description
- Max usage constraints on this kind by resource name.
- Type
object
.spec.limits[].maxLimitRequestRatio
- Description
- 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
object
.spec.limits[].min
- Description
- Min usage constraints on this kind by resource name.
- Type
object
API Endpoints
The following API endpoints are available:
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/limitrangesDELETE: delete collection of LimitRangeGET: list objects of kind LimitRangePOST: create a new LimitRange
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/limitranges/{name}DELETE: delete the specified LimitRangeGET: read the specified LimitRangePATCH: partially update the specified LimitRangePUT: replace the specified LimitRange
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/limitranges
- HTTP method
DELETE- Description
- delete collection of LimitRange
- HTTP responses
- HTTP method
GET- Description
- list objects of kind LimitRange
- HTTP responses
- HTTP method
POST- Description
- create a new LimitRange
- Query parameters
- Body parameters
- HTTP responses
/kubernetes/{cluster}/api/v1/namespaces/{namespace}/limitranges/{name}
- HTTP method
DELETE- Description
- delete the specified LimitRange
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified LimitRange
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified LimitRange
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified LimitRange
- Query parameters
- Body parameters
- HTTP responses