LimitRangeItem

final case class LimitRangeItem(`type`: String, defaultRequest: Option[Map[String, Quantity]], min: Option[Map[String, Quantity]], maxLimitRequestRatio: Option[Map[String, Quantity]], max: Option[Map[String, Quantity]], default: Option[Map[String, Quantity]])

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

Source:
LimitRangeItem.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Adds new values to default

Adds new values to default

Source:
LimitRangeItem.scala

Adds new values to defaultRequest

Adds new values to defaultRequest

Source:
LimitRangeItem.scala
def addMax(newValues: (String, Quantity)*): LimitRangeItem

Adds new values to max

Adds new values to max

Source:
LimitRangeItem.scala

Adds new values to maxLimitRequestRatio

Adds new values to maxLimitRequestRatio

Source:
LimitRangeItem.scala
def addMin(newValues: (String, Quantity)*): LimitRangeItem

Adds new values to min

Adds new values to min

Source:
LimitRangeItem.scala

if default has a value, transforms to the result of function

if default has a value, transforms to the result of function

Source:
LimitRangeItem.scala

if defaultRequest has a value, transforms to the result of function

if defaultRequest has a value, transforms to the result of function

Source:
LimitRangeItem.scala

if max has a value, transforms to the result of function

if max has a value, transforms to the result of function

Source:
LimitRangeItem.scala

if maxLimitRequestRatio has a value, transforms to the result of function

if maxLimitRequestRatio has a value, transforms to the result of function

Source:
LimitRangeItem.scala

if min has a value, transforms to the result of function

if min has a value, transforms to the result of function

Source:
LimitRangeItem.scala

transforms type to result of function

transforms type to result of function

Source:
LimitRangeItem.scala

Returns a new data with default set to new value

Returns a new data with default set to new value

Source:
LimitRangeItem.scala

Returns a new data with defaultRequest set to new value

Returns a new data with defaultRequest set to new value

Source:
LimitRangeItem.scala

Returns a new data with max set to new value

Returns a new data with max set to new value

Source:
LimitRangeItem.scala

Returns a new data with maxLimitRequestRatio set to new value

Returns a new data with maxLimitRequestRatio set to new value

Source:
LimitRangeItem.scala

Returns a new data with min set to new value

Returns a new data with min set to new value

Source:
LimitRangeItem.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
LimitRangeItem.scala

Inherited methods

Inherited from:
Product