LinuxNodeConfig class

Parameters that can be configured on Linux nodes.

Constructors

LinuxNodeConfig({String? cgroupMode, Map<String, String>? sysctls})
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
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

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