sysctls

@JvmName(name = "ofpsrheonuixrask")
suspend fun sysctls(value: Output<List<ContainerGroupEciSecurityContextSysctlArgs>>)
@JvmName(name = "oppswkcuocpgyeuy")
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 = "bhtajvkqxaankwes")
suspend fun sysctls(vararg values: Output<ContainerGroupEciSecurityContextSysctlArgs>)


@JvmName(name = "mkchxonhkashtxin")
suspend fun sysctls(values: List<Output<ContainerGroupEciSecurityContextSysctlArgs>>)
@JvmName(name = "ethfyncvhkalycbk")
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 = "xbwycrxhqowklqko")
suspend fun sysctls(argument: List<suspend ContainerGroupEciSecurityContextSysctlArgsBuilder.() -> Unit>)
@JvmName(name = "hwswwolrrmgcnvbw")
suspend fun sysctls(vararg argument: suspend ContainerGroupEciSecurityContextSysctlArgsBuilder.() -> Unit)
@JvmName(name = "oeqjuqfdmxgopvhr")
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.