ResourceQuotaStatus

io.k8s.api.core.v1.ResourceQuotaStatus
See theResourceQuotaStatus companion object
final case class ResourceQuotaStatus(hard: Option[Map[String, Quantity]], used: Option[Map[String, Quantity]])

ResourceQuotaStatus defines the enforced hard limits and observed use.

Attributes

Companion:
object
Source:
ResourceQuotaStatus.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Adds new values to hard

Adds new values to hard

Attributes

Source:
ResourceQuotaStatus.scala

Adds new values to used

Adds new values to used

Attributes

Source:
ResourceQuotaStatus.scala

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

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

Attributes

Source:
ResourceQuotaStatus.scala

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

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

Attributes

Source:
ResourceQuotaStatus.scala

Returns a new data with hard set to new value

Returns a new data with hard set to new value

Attributes

Source:
ResourceQuotaStatus.scala

Returns a new data with used set to new value

Returns a new data with used set to new value

Attributes

Source:
ResourceQuotaStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product