ResourceQuotaSpec

final case class ResourceQuotaSpec(hard: Option[Map[String, Quantity]], scopeSelector: Option[ScopeSelector], scopes: Option[Seq[String]])

ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

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

Value members

Concrete methods

Adds new values to hard

Adds new values to hard

Source:
ResourceQuotaSpec.scala

Appends new values to scopes

Appends new values to scopes

Source:
ResourceQuotaSpec.scala

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

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

Source:
ResourceQuotaSpec.scala

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

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

Source:
ResourceQuotaSpec.scala

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

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

Source:
ResourceQuotaSpec.scala

Returns a new data with hard set to new value

Returns a new data with hard set to new value

Source:
ResourceQuotaSpec.scala

Returns a new data with scopeSelector set to new value

Returns a new data with scopeSelector set to new value

Source:
ResourceQuotaSpec.scala

Returns a new data with scopes set to new value

Returns a new data with scopes set to new value

Source:
ResourceQuotaSpec.scala

Inherited methods

Inherited from:
Product