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

Members list

Concise view

Value members

Concrete methods

Adds new values to podFixed

Adds new values to podFixed

Attributes

Source:
Overhead.scala

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

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product