forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOWNERS
46 lines (45 loc) · 777 Bytes
/
OWNERS
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
44
45
46
# See the OWNERS docs at https://go.k8s.io/owners
options:
# make root approval non-recursive
no_parent_owners: true
reviewers:
- bentheelder
- cblecker
- dchen1107
- hwdef
- justaugustus
- liggitt
- mikedanese
- pohly
- SataQiu
- smarterclayton
- spiffxp
- sttts
- thockin
- wojtek-t
approvers:
- bentheelder
- cblecker
- dchen1107
- deads2k
- dims # for local-up-cluster related files
- enj # for sig-auth related stuff like cert testdata
- liggitt
- mikedanese
- pohly # for logging and linting
- pwittrock
- SataQiu
- smarterclayton
- soltysh # for sig-cli related stuff
- spiffxp
- sttts
- thockin
- wojtek-t
emeritus_approvers:
- eparis
- fejta
- ixdy
- jbeda
- lavalamp
- zmerlynn
- vishh