NodeKubeletConfig constructor
NodeKubeletConfig({
- List<
String> ? allowedUnsafeSysctls, - int? containerLogMaxFiles,
- String? containerLogMaxSize,
- bool? cpuCfsQuota,
- String? cpuCfsQuotaPeriod,
- String? cpuManagerPolicy,
- int? imageGcHighThresholdPercent,
- int? imageGcLowThresholdPercent,
- String? imageMaximumGcAge,
- String? imageMinimumGcAge,
- bool? insecureKubeletReadonlyPortEnabled,
- 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,
});