KubeletConfigArgs

constructor(allowedUnsafeSysctls: Output<List<String>>? = null, containerLogMaxFiles: Output<Int>? = null, containerLogMaxSizeMB: Output<Int>? = null, cpuCfsQuota: Output<Boolean>? = null, cpuCfsQuotaPeriod: Output<String>? = null, cpuManagerPolicy: Output<String>? = null, failSwapOn: Output<Boolean>? = null, imageGcHighThreshold: Output<Int>? = null, imageGcLowThreshold: Output<Int>? = null, podMaxPids: Output<Int>? = null, topologyManagerPolicy: Output<String>? = null)