NodePoolKubeletConfigurationArgs

fun NodePoolKubeletConfigurationArgs(cpuManagerPolicy: Output<String>? = null, eventBurst: Output<String>? = null, eventRecordQps: Output<String>? = null, evictionHard: Output<Map<String, Any>>? = null, evictionSoft: Output<Map<String, Any>>? = null, evictionSoftGracePeriod: Output<Map<String, Any>>? = null, kubeApiBurst: Output<String>? = null, kubeApiQps: Output<String>? = null, kubeReserved: Output<Map<String, Any>>? = null, registryBurst: Output<String>? = null, registryPullQps: Output<String>? = null, serializeImagePulls: Output<String>? = null, systemReserved: Output<Map<String, Any>>? = null)