sysctls

@JvmName(name = "imhqvdeikrkoxcpt")
suspend fun sysctls(value: Output<Map<String, String>>)
@JvmName(name = "rwdlethxaviwayuq")
suspend fun sysctls(value: Map<String, String>)

Parameters

value

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.


@JvmName(name = "dqxhebaqukuficig")
fun sysctls(vararg values: Pair<String, String>)

Parameters

values

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.