ContainerGroupSecurityContextArgs

data class ContainerGroupSecurityContextArgs(val sysctls: Output<List<ContainerGroupSecurityContextSysctlArgs>>? = null) : ConvertibleToJava<ContainerGroupSecurityContextArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupSecurityContextArgs

Properties

Link copied to clipboard

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.