final case class LimitRangeItem(defaultRequest: Option[Map[String, Quantity]] = None, min: Option[Map[String, Quantity]] = None, maxLimitRequestRatio: Option[Map[String, Quantity]] = None, max: Option[Map[String, Quantity]] = None, default: Option[Map[String, Quantity]] = None, type: String) extends Product with Serializable
LimitRangeItem defines a min/max usage limit for any resource that matches on kind.
- Source
- LimitRangeItem.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LimitRangeItem
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addDefault(newValues: (String, Quantity)*): LimitRangeItem
- def addDefaultRequest(newValues: (String, Quantity)*): LimitRangeItem
- def addMax(newValues: (String, Quantity)*): LimitRangeItem
- def addMaxLimitRequestRatio(newValues: (String, Quantity)*): LimitRangeItem
- def addMin(newValues: (String, Quantity)*): LimitRangeItem
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val default: Option[Map[String, Quantity]]
- val defaultRequest: Option[Map[String, Quantity]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val max: Option[Map[String, Quantity]]
- val maxLimitRequestRatio: Option[Map[String, Quantity]]
- val min: Option[Map[String, Quantity]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withDefault(value: Map[String, Quantity]): LimitRangeItem
- def withDefaultRequest(value: Map[String, Quantity]): LimitRangeItem
- def withMax(value: Map[String, Quantity]): LimitRangeItem
- def withMaxLimitRequestRatio(value: Map[String, Quantity]): LimitRangeItem
- def withMin(value: Map[String, Quantity]): LimitRangeItem
- def withType(value: String): LimitRangeItem