NodePoolKubeletConfigurationReservedMemoryArgs

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

Constructors

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

Properties

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

Memory resource limit.

Link copied to clipboard
val numaNode: Output<Int>? = null

The NUMA node.

Functions

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