OverheadPatch

data class OverheadPatch(val podFixed: Map<String, String>? = null)

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

Constructors

Link copied to clipboard
constructor(podFixed: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val podFixed: Map<String, String>? = null

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