Overhead

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

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

Value Params
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

def getPodFixed: IO[K8sFailure, Map[String, Quantity]]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product