Overhead

com.coralogix.zio.k8s.model.node.v1beta1.Overhead
See theOverhead companion object
case class Overhead(podFixed: Optional[Map[String, Quantity]])

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

Attributes

podFixed

PodFixed represents the fixed resource overhead associated with running a pod.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

PodFixed represents the fixed resource overhead associated with running a pod.

PodFixed represents the fixed resource overhead associated with running a pod.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product