NodePoolNodeConfigKubeletConfig

data class NodePoolNodeConfigKubeletConfig(val cpuCfsQuota: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String, val podPidsLimit: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCfsQuota: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val podPidsLimit: Int? = null