sysctls

@JvmName(name = "ifsfinudmdofvpll")
suspend fun sysctls(value: Output<List<SysctlPatchArgs>>)
@JvmName(name = "oojrmkyhlkdcgoqd")
suspend fun sysctls(value: List<SysctlPatchArgs>?)

Parameters

value

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "esensugcvsctehej")
suspend fun sysctls(vararg values: Output<SysctlPatchArgs>)


@JvmName(name = "mkxbklycdjkrqkaw")
suspend fun sysctls(values: List<Output<SysctlPatchArgs>>)
@JvmName(name = "fuhecwkepnerbqxt")
suspend fun sysctls(vararg values: SysctlPatchArgs)

Parameters

values

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "oxjobyspolrtygvx")
suspend fun sysctls(argument: List<suspend SysctlPatchArgsBuilder.() -> Unit>)
@JvmName(name = "rnmlhkhrrpshjmrw")
suspend fun sysctls(vararg argument: suspend SysctlPatchArgsBuilder.() -> Unit)
@JvmName(name = "begyjejnqpavdaby")
suspend fun sysctls(argument: suspend SysctlPatchArgsBuilder.() -> Unit)

Parameters

argument

Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.