Security Context Patch
constructor(allowPrivilegeEscalation: Boolean? = null, capabilities: CapabilitiesPatch? = null, privileged: Boolean? = null, procMount: String? = null, readOnlyRootFilesystem: Boolean? = null, runAsGroup: Int? = null, runAsNonRoot: Boolean? = null, runAsUser: Int? = null, seLinuxOptions: SELinuxOptionsPatch? = null, seccompProfile: SeccompProfilePatch? = null, windowsOptions: WindowsSecurityContextOptionsPatch? = null)