ClusterNodePoolNodeConfigLinuxNodeConfigArgs

data class ClusterNodePoolNodeConfigLinuxNodeConfigArgs(val sysctls: Output<Map<String, String>>) : ConvertibleToJava<ClusterNodePoolNodeConfigLinuxNodeConfigArgs>

Constructors

constructor(sysctls: Output<Map<String, String>>)

Properties

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

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.

Functions

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