LimitRangeSpec

com.coralogix.zio.k8s.model.core.v1.LimitRangeSpec
See theLimitRangeSpec companion object
case class LimitRangeSpec(limits: Vector[LimitRangeItem])

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

Value parameters

limits

Limits is the list of LimitRangeItem objects that are enforced.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product