LinuxNodeConfig class
Parameters that can be configured on Linux nodes.
Constructors
- 
          LinuxNodeConfig({String? cgroupMode, HugepagesConfig? hugepages, Map<String, String> ? sysctls, String? transparentHugepageDefrag, String? transparentHugepageEnabled})
- LinuxNodeConfig.fromJson(Map json_)
Properties
- cgroupMode ↔ String?
- 
  cgroup_mode specifies the cgroup mode to be used on the node.
Possible string values are:
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- hugepages ↔ HugepagesConfig?
- 
  Amounts for 2M and 1G hugepages
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  sysctls
  ↔ Map<String, String> ?
- 
  The Linux kernel parameters to be applied to the nodes and all pods
running on the nodes.
  getter/setter pair
- transparentHugepageDefrag ↔ String?
- 
  Defines the transparent hugepage defrag configuration on the node.
  getter/setter pair
- transparentHugepageEnabled ↔ String?
- 
  Transparent hugepage support for anonymous memory can be entirely disabled
(mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE
regions (to avoid the risk of consuming more memory resources) or enabled
system wide.
  getter/setter pair
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