Cluster Node Pool Node Config Kubelet Config Args
data class ClusterNodePoolNodeConfigKubeletConfigArgs(val cpuCfsQuota: Output<Boolean>? = null, val cpuCfsQuotaPeriod: Output<String>? = null, val cpuManagerPolicy: Output<String>, val podPidsLimit: Output<Int>? = null) : ConvertibleToJava<ClusterNodePoolNodeConfigKubeletConfigArgs>
Constructors
Link copied to clipboard
fun ClusterNodePoolNodeConfigKubeletConfigArgs(cpuCfsQuota: Output<Boolean>? = null, cpuCfsQuotaPeriod: Output<String>? = null, cpuManagerPolicy: Output<String>, podPidsLimit: Output<Int>? = null)
Functions
Properties
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.