ContainerGroupSecurityContextArgs

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

Constructors

Link copied to clipboard
constructor(sysctls: Output<List<ContainerGroupSecurityContextSysctlArgs>>? = null)

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.

Functions

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