sysctls

@JvmName(name = "nlgtbuuprvncpisq")
suspend fun sysctls(value: Output<List<ContainerGroupEciSecurityContextSysctlArgs>>)
@JvmName(name = "beobvoxeudfwaiwj")
suspend fun sysctls(value: List<ContainerGroupEciSecurityContextSysctlArgs>?)

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. See sysctls below.


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


@JvmName(name = "nojaytcokftqbmww")
suspend fun sysctls(values: List<Output<ContainerGroupEciSecurityContextSysctlArgs>>)
@JvmName(name = "krtyllyjfoorncoi")
suspend fun sysctls(vararg values: ContainerGroupEciSecurityContextSysctlArgs)

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. See sysctls below.


@JvmName(name = "iyjhoopmseqtpmxp")
suspend fun sysctls(argument: List<suspend ContainerGroupEciSecurityContextSysctlArgsBuilder.() -> Unit>)
@JvmName(name = "pyejbjtmuawytmwn")
suspend fun sysctls(vararg argument: suspend ContainerGroupEciSecurityContextSysctlArgsBuilder.() -> Unit)
@JvmName(name = "sfqnclmycfarfxqb")
suspend fun sysctls(argument: suspend ContainerGroupEciSecurityContextSysctlArgsBuilder.() -> 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. See sysctls below.