Resource

skuber.Resource
object Resource

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Resource.type

Members list

Type members

Classlikes

class Quantity(val value: String)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Quantity

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Quantity.type
case class Quota(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Quota.type
case class Requirements(limits: ResourceList, requests: ResourceList)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type ResourceList = Map[String, Quantity]

Value members

Concrete fields

val cpu: String
val memory: String
val pods: String
val storage: String