forked from CentaurusInfra/arktos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update code owner files (CentaurusInfra#382)
* Update project documents * Update code owners.
- Loading branch information
Xiaoning Ding
authored
Jan 16, 2020
1 parent
c536009
commit 0f0e1a8
Showing
3 changed files
with
22 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,22 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
filters: | ||
".*": | ||
reviewers: | ||
- brendandburns | ||
- dchen1107 | ||
- jbeda | ||
- lavalamp | ||
- smarterclayton | ||
- thockin | ||
- liggitt | ||
approvers: | ||
- bgrant0607 | ||
- brendandburns | ||
- dchen1107 | ||
- jbeda | ||
- monopole # To move code per kubernetes/community#598 | ||
- lavalamp | ||
- smarterclayton | ||
- thockin | ||
- wojtek-t | ||
- liggitt | ||
|
||
# Bazel build infrastructure changes often touch files throughout the tree | ||
"\\.bzl$": | ||
reviewers: | ||
- ixdy | ||
approvers: | ||
- ixdy | ||
"BUILD(\\.bazel)?$": | ||
approvers: | ||
- ixdy | ||
|
||
# go.{mod,sum} files relate to go dependencies, and should be reviewed by the | ||
# dep-approvers | ||
"go\\.(mod|sum)$": | ||
required_reviewers: | ||
- kubernetes/dep-approvers | ||
labels: | ||
- area/dependency | ||
|
||
# This file lists the code owners of different areas of the project. | ||
# These owners are the default code reviewers and approvers for PRs of the corresponding area. | ||
|
||
|
||
Overall: | ||
@panda98004, @XiaoningDing | ||
|
||
Controllers: | ||
@dingyin, @Sindica, @vinaykul, @jshaofuturewei | ||
|
||
Node agent: | ||
@XiaoningDing, @h-w-chen, @yb01, @pdgetrf, @vinaykul | ||
|
||
Scalability: | ||
@haibinxie, @Sindica, @jeffzhu503, @sonyafenge | ||
|
||
Multi-tenancy: | ||
@chenqianfzh, @XiaoningDing | ||
|
||
Documents: | ||
@panda98004, @deepak-vij, @XiaoningDing, @zmn223 |
Oops, something went wrong.