-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathOWNERS
More file actions
30 lines (29 loc) · 837 Bytes
/
OWNERS
File metadata and controls
30 lines (29 loc) · 837 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
27
28
29
30
# See the OWNERS docs at https://go.k8s.io/owners
# Disable inheritance as this is owned by sig-node (should mirror same contents as pkg/kubelet/OWNERS)
options:
no_parent_owners: true
filters:
# to use filters all entries must be under filters https://go.k8s.io/owners/#filters
# use .* for approvers that should have all files
".*":
approvers:
- dims
- feiskyer
- sig-node-approvers
- api-approvers
- sig-node-cri-approvers
reviewers:
- sig-node-reviewers
- dims
labels:
- sig/node
- area/kubelet
emeritus_approvers:
- resouer
# go.{mod,sum,work,work.sum} files relate to go dependencies,
# and should be reviewed by the dep-approvers
"go\\.(mod|sum|work|work\\.sum)$":
approvers:
- dep-approvers
reviewers:
- dep-reviewers