NodeKubeletConfig class
Node kubelet configs.
Constructors
-
NodeKubeletConfig.new({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}) - NodeKubeletConfig.fromJson(Map json_)
Properties
-
allowedUnsafeSysctls
↔ List<
String> ? -
Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns
(ending in
*
).getter/setter pair - containerLogMaxFiles ↔ int?
-
Defines the maximum number of container log files that can be present for
a container.
getter/setter pair
- containerLogMaxSize ↔ String?
-
Defines the maximum size of the container log file before it is rotated.
getter/setter pair
- cpuCfsQuota ↔ bool?
-
Enable CPU CFS quota enforcement for containers that specify CPU limits.
getter/setter pair
- cpuCfsQuotaPeriod ↔ String?
-
Set the CPU CFS quota period value 'cpu.cfs_period_us'.
getter/setter pair
- cpuManagerPolicy ↔ String?
-
Control the CPU management policy on the node.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageGcHighThresholdPercent ↔ int?
-
Defines the percent of disk usage after which image garbage collection is
always run.
getter/setter pair
- imageGcLowThresholdPercent ↔ int?
-
Defines the percent of disk usage before which image garbage collection is
never run.
getter/setter pair
- imageMaximumGcAge ↔ String?
-
Defines the maximum age an image can be unused before it is garbage
collected.
getter/setter pair
- imageMinimumGcAge ↔ String?
-
Defines the minimum age for an unused image before it is garbage
collected.
getter/setter pair
- insecureKubeletReadonlyPortEnabled ↔ bool?
-
Enable or disable Kubelet read only port.
getter/setter pair
- podPidsLimit ↔ String?
-
Set the Pod PID limits.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited