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