sysctls

@JvmName(name = "klgjmvogyilrfmoa")
suspend fun sysctls(value: Output<List<ContainerGroupSecurityContextSysctlArgs>>)
@JvmName(name = "tfhcveaeeejleekc")
suspend fun sysctls(value: List<ContainerGroupSecurityContextSysctlArgs>?)

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 sysctl below.


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


@JvmName(name = "magoukynjqslmixf")
suspend fun sysctls(values: List<Output<ContainerGroupSecurityContextSysctlArgs>>)
@JvmName(name = "tinluysjkscdtkra")
suspend fun sysctls(vararg values: ContainerGroupSecurityContextSysctlArgs)

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 sysctl below.


@JvmName(name = "wkxtmewdgswnoihy")
suspend fun sysctls(argument: List<suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> Unit>)
@JvmName(name = "xbddkuhgxqelwurf")
suspend fun sysctls(vararg argument: suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> Unit)
@JvmName(name = "gidnnrqokxcdivag")
suspend fun sysctls(argument: suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> 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 sysctl below.