NodePoolNodeConfigKubeletConfigArgs

data class NodePoolNodeConfigKubeletConfigArgs(val cpuCfsQuota: Output<Boolean>? = null, val cpuCfsQuotaPeriod: Output<String>? = null, val cpuManagerPolicy: Output<String>, val podPidsLimit: Output<Int>? = null) : ConvertibleToJava<NodePoolNodeConfigKubeletConfigArgs>

Constructors

Link copied to clipboard
constructor(cpuCfsQuota: Output<Boolean>? = null, cpuCfsQuotaPeriod: Output<String>? = null, cpuManagerPolicy: Output<String>, podPidsLimit: Output<Int>? = null)

Properties

Link copied to clipboard
val cpuCfsQuota: Output<Boolean>? = null

Enable CPU CFS quota enforcement for containers that specify CPU limits.

Link copied to clipboard
val cpuCfsQuotaPeriod: Output<String>? = null

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

Link copied to clipboard

Control the CPU management policy on the node.

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

Controls the maximum number of processes allowed to run in a pod.

Functions

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