GetClusterNodeConfigLinuxNodeConfig

data class GetClusterNodeConfigLinuxNodeConfig(val cgroupMode: String, val sysctls: Map<String, String>)

Constructors

Link copied to clipboard
constructor(cgroupMode: String, sysctls: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

cgroupMode specifies the cgroup mode to be used on the node.

Link copied to clipboard

The Linux kernel parameters to be applied to the nodes and all pods running on the nodes.