ContainerGroupSecurityContext

Constructors

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

Types

Link copied to clipboard
object Companion

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.