-
Notifications
You must be signed in to change notification settings - Fork 789
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (19 loc) · 940 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (19 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# CODEOWNERS for OpenSandbox
# Rules are evaluated top-to-bottom; the last matching pattern wins.
# Default owners (fallback for files not matched by specific rules)
* @jwx0925 @hittyt @hellomypastor @Pangjiping @ninan-nn
# Control plane (server)
/server/ @Pangjiping @hittyt @jwx0925 @Generalwin @ninan-nn
# Runtime agent (execd) and sandbox images
/components/execd/ @Pangjiping @hittyt @ninan-nn
/components/ingress/ @Pangjiping @hittyt @Generalwin @Spground
/components/egress/ @Pangjiping @hittyt @jwx0925
/sandboxes/ @Pangjiping @ninan-nn @jwx0925 @hittyt @hellomypastor
# Kubernetes controller
/kubernetes/ @Spground @Generalwin @fengcone @kevinlynx @ninan-nn @hittyt @Pangjiping
# SDKs
/sdks/ @ninan-nn @jwx0925 @hittyt @hellomypastor @Pangjiping
# Specs and docs
/specs/ @jwx0925 @hittyt @ninan-nn
# OpenSandbox Enhancement Proposals
/oseps/ @Spground @Generalwin @fengcone @kevinlynx @Pangjiping @ninan-nn @jwx0925 @hittyt