NodeKubeletConfig constructor
      
      NodeKubeletConfig({ 
    
    
- List<String> ? allowedUnsafeSysctls,
- int? containerLogMaxFiles,
- String? containerLogMaxSize,
- bool? cpuCfsQuota,
- String? cpuCfsQuotaPeriod,
- String? cpuManagerPolicy,
- int? evictionMaxPodGracePeriodSeconds,
- EvictionMinimumReclaim? evictionMinimumReclaim,
- EvictionSignals? evictionSoft,
- EvictionGracePeriod? evictionSoftGracePeriod,
- int? imageGcHighThresholdPercent,
- int? imageGcLowThresholdPercent,
- String? imageMaximumGcAge,
- String? imageMinimumGcAge,
- bool? insecureKubeletReadonlyPortEnabled,
- int? maxParallelImagePulls,
- MemoryManager? memoryManager,
- String? podPidsLimit,
- bool? singleProcessOomKill,
- TopologyManager? topologyManager,
Implementation
NodeKubeletConfig({
  this.allowedUnsafeSysctls,
  this.containerLogMaxFiles,
  this.containerLogMaxSize,
  this.cpuCfsQuota,
  this.cpuCfsQuotaPeriod,
  this.cpuManagerPolicy,
  this.evictionMaxPodGracePeriodSeconds,
  this.evictionMinimumReclaim,
  this.evictionSoft,
  this.evictionSoftGracePeriod,
  this.imageGcHighThresholdPercent,
  this.imageGcLowThresholdPercent,
  this.imageMaximumGcAge,
  this.imageMinimumGcAge,
  this.insecureKubeletReadonlyPortEnabled,
  this.maxParallelImagePulls,
  this.memoryManager,
  this.podPidsLimit,
  this.singleProcessOomKill,
  this.topologyManager,
});