SecurityContext

constructor(allowPrivilegeEscalation: Boolean? = null, capabilities: Capabilities? = null, privileged: Boolean? = null, procMount: String? = null, readOnlyRootFilesystem: Boolean? = null, runAsGroup: Int? = null, runAsNonRoot: Boolean? = null, runAsUser: Int? = null, seLinuxOptions: SELinuxOptions? = null, seccompProfile: SeccompProfile? = null, windowsOptions: WindowsSecurityContextOptions? = null)