ClusterNodeConfigLinuxNodeConfigArgs

data class ClusterNodeConfigLinuxNodeConfigArgs(val cgroupMode: Output<String>? = null, val hugepagesConfig: Output<ClusterNodeConfigLinuxNodeConfigHugepagesConfigArgs>? = null, val sysctls: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterNodeConfigLinuxNodeConfigArgs>

Constructors

Link copied to clipboard
constructor(cgroupMode: Output<String>? = null, hugepagesConfig: Output<ClusterNodeConfigLinuxNodeConfigHugepagesConfigArgs>? = null, sysctls: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val cgroupMode: Output<String>? = null

Possible cgroup modes that can be used. Accepted values are:

Link copied to clipboard

Amounts for 2M and 1G hugepages. Structure is documented below.

Link copied to clipboard
val sysctls: Output<Map<String, String>>? = null

The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. Specified as a map from the key, such as net.core.wmem_max, to a string value. Currently supported attributes can be found here. Note that validations happen all server side. All attributes are optional.

Functions

Link copied to clipboard
open override fun toJava(): ClusterNodeConfigLinuxNodeConfigArgs