-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathCODEOWNERS
43 lines (33 loc) · 1.22 KB
/
CODEOWNERS
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
### KEEP THIS FIRST, LAST RULE WINS!
# Default ownership until delegated
# * @evankanderson @mattmoor @vaikas-google
# To allow automatic PR merging by prow, update any corresponding
# OWNERS files in the relevant directories whenever CODEOWNERS is
# updated.
### Component-level ownerships
# API governance.
/pkg/apis @evankanderson @mattmoor @vaikas-google
# Build API (imported from elafros/build)
/pkg/apis/build @mattmoor @ImJasonH
# API Core working group
/pkg/webhook @mattmoor @grantr @tcnghia
/pkg/controller @mattmoor @grantr @tcnghia
# All groups can review docs.
/docs/ @elafros/elafros-writers @google/elafros-readers
# Tests.
/test/ @adrcunha @srinivashegde86 @steuhs @bobcatfish
/test/conformance/ @bobcatfish @adrcunha
# third_party
/third_party/ @evankanderson @mattmoor @vaikas-google @mdemirhan
# Scaling.
/cmd/ela-activator @josephburnett
/cmd/ela-autoscaler @josephburnett
/cmd/ela-queue/ @josephburnett
/pkg/activator @josephburnett
/pkg/autoscaler @josephburnett
/pkg/queue @josephburnett
/sample/autoscale @josephburnett
### To request CODEOWNERS on a subdirectory, propose it above
### in a PR to the below maintainers.
/.github/CODEOWNERS @evankanderson @mattmoor @vaikas-google
### KEEP THIS LAST, LAST RULE WINS!