NodePoolKubeletConfigurationArgs

constructor(allowedUnsafeSysctls: Output<List<String>>? = null, clusterDns: Output<List<String>>? = null, containerLogMaxFiles: Output<String>? = null, containerLogMaxSize: Output<String>? = null, containerLogMaxWorkers: Output<String>? = null, containerLogMonitorInterval: Output<String>? = null, cpuCfsQuota: Output<String>? = null, cpuCfsQuotaPeriod: Output<String>? = null, cpuManagerPolicy: Output<String>? = null, eventBurst: Output<String>? = null, eventRecordQps: Output<String>? = null, evictionHard: Output<Map<String, String>>? = null, evictionSoft: Output<Map<String, String>>? = null, evictionSoftGracePeriod: Output<Map<String, String>>? = null, featureGates: Output<Map<String, Boolean>>? = null, imageGcHighThresholdPercent: Output<String>? = null, imageGcLowThresholdPercent: Output<String>? = null, kubeApiBurst: Output<String>? = null, kubeApiQps: Output<String>? = null, kubeReserved: Output<Map<String, String>>? = null, maxPods: Output<String>? = null, memoryManagerPolicy: Output<String>? = null, podPidsLimit: Output<String>? = null, readOnlyPort: Output<String>? = null, registryBurst: Output<String>? = null, registryPullQps: Output<String>? = null, reservedMemories: Output<List<NodePoolKubeletConfigurationReservedMemoryArgs>>? = null, serializeImagePulls: Output<String>? = null, systemReserved: Output<Map<String, String>>? = null, topologyManagerPolicy: Output<String>? = null, tracing: Output<NodePoolKubeletConfigurationTracingArgs>? = null)