ClusterNodePoolNodeConfigKubeletConfigArgs

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

Constructors

fun ClusterNodePoolNodeConfigKubeletConfigArgs(cpuCfsQuota: Output<Boolean>? = null, cpuCfsQuotaPeriod: Output<String>? = null, cpuManagerPolicy: Output<String>)

Functions

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

Properties

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

If true, enables CPU CFS quota enforcement for containers that specify CPU limits.

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

The CPU CFS quota period value. Specified as a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

Link copied to clipboard

The CPU management policy on the node. See K8S CPU Management Policies. One of "none" or "static". Defaults to none when kubelet_config is unset.