NodeKubeletConfig constructor

NodeKubeletConfig({
  1. bool? cpuCfsQuota,
  2. String? cpuCfsQuotaPeriod,
  3. String? cpuManagerPolicy,
  4. bool? insecureKubeletReadonlyPortEnabled,
  5. String? podPidsLimit,
})

Implementation

NodeKubeletConfig({
  this.cpuCfsQuota,
  this.cpuCfsQuotaPeriod,
  this.cpuManagerPolicy,
  this.insecureKubeletReadonlyPortEnabled,
  this.podPidsLimit,
});