Overhead

final case class Overhead(podFixed: Option[Map[String, Quantity]])

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

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

Value members

Concrete methods

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

Adds new values to podFixed

Adds new values to podFixed

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

Source:
Overhead.scala

Returns a new data with podFixed set to new value

Returns a new data with podFixed set to new value

Source:
Overhead.scala

Inherited methods

Inherited from:
Product