AwsNodePoolKubeletConfigArgs

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

Constructors

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

Properties

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

Whether or not to enable CPU CFS quota. Defaults to true.

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

Optional. The CPU CFS quota period to use for the node. Defaults to "100ms".

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

The CpuManagerPolicy to use for the node. Defaults to "none".

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

Optional. The maximum number of PIDs in each pod running on the node. The limit scales automatically based on underlying machine size if left unset.

Functions

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