NodeKubeletConfig class
Node kubelet configs.
Constructors
- NodeKubeletConfig({bool? cpuCfsQuota, String? cpuCfsQuotaPeriod, String? cpuManagerPolicy, bool? insecureKubeletReadonlyPortEnabled, String? podPidsLimit})
- NodeKubeletConfig.fromJson(Map json_)
Properties
- 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
- 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