LimitRangeSpec

io.k8s.api.core.v1.LimitRangeSpec
See theLimitRangeSpec companion object
final case class LimitRangeSpec(limits: Seq[LimitRangeItem])

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

Attributes

Companion
object
Source
LimitRangeSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to limits

Appends new values to limits

Attributes

Source
LimitRangeSpec.scala

transforms limits to result of function

transforms limits to result of function

Attributes

Source
LimitRangeSpec.scala

Returns a new data with limits set to new value

Returns a new data with limits set to new value

Attributes

Source
LimitRangeSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product