NodeKubeletConfig constructor

NodeKubeletConfig({
  1. List<String>? allowedUnsafeSysctls,
  2. int? containerLogMaxFiles,
  3. String? containerLogMaxSize,
  4. bool? cpuCfsQuota,
  5. String? cpuCfsQuotaPeriod,
  6. String? cpuManagerPolicy,
  7. int? evictionMaxPodGracePeriodSeconds,
  8. EvictionMinimumReclaim? evictionMinimumReclaim,
  9. EvictionSignals? evictionSoft,
  10. EvictionGracePeriod? evictionSoftGracePeriod,
  11. int? imageGcHighThresholdPercent,
  12. int? imageGcLowThresholdPercent,
  13. String? imageMaximumGcAge,
  14. String? imageMinimumGcAge,
  15. bool? insecureKubeletReadonlyPortEnabled,
  16. int? maxParallelImagePulls,
  17. MemoryManager? memoryManager,
  18. String? podPidsLimit,
  19. bool? singleProcessOomKill,
  20. 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,
});