Overhead

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

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

Value parameters:
podFixed

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

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

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.

Inherited methods

Inherited from:
Product