Kubernetes Cluster Default Node Pool Kubelet Config
data class KubernetesClusterDefaultNodePoolKubeletConfig(val allowedUnsafeSysctls: List<String>? = null, val containerLogMaxLine: Int? = null, val containerLogMaxSizeMb: Int? = null, val cpuCfsQuotaEnabled: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String? = null, val imageGcHighThreshold: Int? = null, val imageGcLowThreshold: Int? = null, val podMaxPid: Int? = null, val topologyManagerPolicy: String? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterDefaultNodePoolKubeletConfig(allowedUnsafeSysctls: List<String>? = null, containerLogMaxLine: Int? = null, containerLogMaxSizeMb: Int? = null, cpuCfsQuotaEnabled: Boolean? = null, cpuCfsQuotaPeriod: String? = null, cpuManagerPolicy: String? = null, imageGcHighThreshold: Int? = null, imageGcLowThreshold: Int? = null, podMaxPid: Int? = null, topologyManagerPolicy: String? = null)