GetClusterNodeConfigKubeletConfig

data class GetClusterNodeConfigKubeletConfig(val cpuCfsQuota: Boolean, val cpuCfsQuotaPeriod: String, val cpuManagerPolicy: String, val podPidsLimit: Int)

Constructors

Link copied to clipboard
constructor(cpuCfsQuota: Boolean, cpuCfsQuotaPeriod: String, cpuManagerPolicy: String, podPidsLimit: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

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