sysctls

@JvmName(name = "hmteibrlwkidnypq")
suspend fun sysctls(value: Output<List<ContainerGroupSecurityContextSysctlArgs>>)
@JvmName(name = "nvxdpjnrcvdjnnae")
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 = "rnlcemsjcoijtcme")
suspend fun sysctls(vararg values: Output<ContainerGroupSecurityContextSysctlArgs>)


@JvmName(name = "ijsopctwoxtbfysh")
suspend fun sysctls(values: List<Output<ContainerGroupSecurityContextSysctlArgs>>)
@JvmName(name = "urdfgbjbulincmsx")
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 = "gywsdytpayhfwpqt")
suspend fun sysctls(argument: List<suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> Unit>)
@JvmName(name = "wrfvydlpjlvxdhie")
suspend fun sysctls(vararg argument: suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> Unit)
@JvmName(name = "rbrntjdctyqenktd")
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.