LimitRangeSpec

case
class LimitRangeSpec(limits: Vector[LimitRangeItem])

LimitRangeSpec defines a min/max usage limit for resources that match on kind.

Value Params
limits

Limits is the list of LimitRangeItem objects that are enforced.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Limits is the list of LimitRangeItem objects that are enforced.

Limits is the list of LimitRangeItem objects that are enforced.

This effect always succeeds, it is safe to use the field limits directly.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product