Node Pool Kubelet Configuration
fun NodePoolKubeletConfiguration(cpuManagerPolicy: String? = null, eventBurst: String? = null, eventRecordQps: String? = null, evictionHard: Map<String, Any>? = null, evictionSoft: Map<String, Any>? = null, evictionSoftGracePeriod: Map<String, Any>? = null, kubeApiBurst: String? = null, kubeApiQps: String? = null, kubeReserved: Map<String, Any>? = null, registryBurst: String? = null, registryPullQps: String? = null, serializeImagePulls: String? = null, systemReserved: Map<String, Any>? = null)