core.v1.limitRangeItem
"LimitRangeItem defines a min/max usage limit for any resource that matches on kind."
Index
fn withDefault(default)
fn withDefaultMixin(default)
fn withDefaultRequest(defaultRequest)
fn withDefaultRequestMixin(defaultRequest)
fn withMax(max)
fn withMaxLimitRequestRatio(maxLimitRequestRatio)
fn withMaxLimitRequestRatioMixin(maxLimitRequestRatio)
fn withMaxMixin(max)
fn withMin(min)
fn withMinMixin(min)
fn withType(type)
Fields
fn withDefault
withDefault(default)
"Default resource requirement limit value by resource name if resource limit is omitted."
fn withDefaultMixin
withDefaultMixin(default)
"Default resource requirement limit value by resource name if resource limit is omitted."
Note: This function appends passed data to existing values
fn withDefaultRequest
withDefaultRequest(defaultRequest)
"DefaultRequest is the default resource requirement request value by resource name if resource request is omitted."
fn withDefaultRequestMixin
withDefaultRequestMixin(defaultRequest)
"DefaultRequest is the default resource requirement request value by resource name if resource request is omitted."
Note: This function appends passed data to existing values
fn withMax
withMax(max)
"Max usage constraints on this kind by resource name."
fn withMaxLimitRequestRatio
withMaxLimitRequestRatio(maxLimitRequestRatio)
"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."
fn withMaxLimitRequestRatioMixin
withMaxLimitRequestRatioMixin(maxLimitRequestRatio)
"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."
Note: This function appends passed data to existing values
fn withMaxMixin
withMaxMixin(max)
"Max usage constraints on this kind by resource name."
Note: This function appends passed data to existing values
fn withMin
withMin(min)
"Min usage constraints on this kind by resource name."
fn withMinMixin
withMinMixin(min)
"Min usage constraints on this kind by resource name."
Note: This function appends passed data to existing values
fn withType
withType(type)
"Type of resource that this limit applies to."