CapacityRequestPolicyRange

io.k8s.api.resource.v1beta2.CapacityRequestPolicyRange source ↗

CapacityRequestPolicyRange defines a valid range for consumable capacity values.

it will be rounded up to the next value equal to Min + (n * Step).

and the device cannot be allocated.

maxQuantityMax defines the upper limit for capacity that can be requested.Max must be less than or equal to the capacity value. Min and requestPolicy.default must be less than or equal to the maximum.
minQuantity requiredMin specifies the minimum capacity allowed for a consumption request.Min must be greater than or equal to zero, and less than or equal to the capacity value. requestPolicy.default must be more than or equal to the minimum.
stepQuantityStep defines the step size between valid capacity amounts within the range.Max (if set) and requestPolicy.default must be a multiple of Step. Min + Step must be less than or equal to the capacity value.