NodePoolKubeletConfigurationReservedMemory

data class NodePoolKubeletConfigurationReservedMemory(val limits: Map<String, String>? = null, val numaNode: Int? = null)

Constructors

constructor(limits: Map<String, String>? = null, numaNode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Memory resource limit.

Link copied to clipboard
val numaNode: Int? = null

The NUMA node.