OverheadArgs

data class OverheadArgs(val podFixed: Output<Map<String, String>>? = null) : ConvertibleToJava<OverheadArgs>

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

Constructors

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

Properties

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

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

Functions

Link copied to clipboard
open override fun toJava(): OverheadArgs