Overhead

io.k8s.api.node.v1.Overhead
See theOverhead companion object
final case class Overhead(podFixed: Option[Map[String, Quantity]])

Overhead structure represents the resource overhead associated with running a pod.

Attributes

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

Members list

Value members

Concrete methods

def addPodFixed(newValues: (String, Quantity)*): Overhead

Adds new values to podFixed

Adds new values to podFixed

Attributes

Source
Overhead.scala
def mapPodFixed(f: Map[String, Quantity] => Map[String, Quantity]): Overhead

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

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

Attributes

Source
Overhead.scala
def withPodFixed(value: Map[String, Quantity]): Overhead

Returns a new data with podFixed set to new value

Returns a new data with podFixed set to new value

Attributes

Source
Overhead.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product