sysctls
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.
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.
suspend fun sysctls(argument: List<suspend ContainerGroupSecurityContextSysctlArgsBuilder.() -> Unit>)
suspend fun sysctls(vararg 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.