NodeKubeletConfig constructor

NodeKubeletConfig({
  1. List<String>? allowedUnsafeSysctls,
  2. int? containerLogMaxFiles,
  3. String? containerLogMaxSize,
  4. bool? cpuCfsQuota,
  5. String? cpuCfsQuotaPeriod,
  6. String? cpuManagerPolicy,
  7. int? imageGcHighThresholdPercent,
  8. int? imageGcLowThresholdPercent,
  9. String? imageMaximumGcAge,
  10. String? imageMinimumGcAge,
  11. bool? insecureKubeletReadonlyPortEnabled,
  12. String? podPidsLimit,
})

Implementation

NodeKubeletConfig({
  this.allowedUnsafeSysctls,
  this.containerLogMaxFiles,
  this.containerLogMaxSize,
  this.cpuCfsQuota,
  this.cpuCfsQuotaPeriod,
  this.cpuManagerPolicy,
  this.imageGcHighThresholdPercent,
  this.imageGcLowThresholdPercent,
  this.imageMaximumGcAge,
  this.imageMinimumGcAge,
  this.insecureKubeletReadonlyPortEnabled,
  this.podPidsLimit,
});