Merge pull request #60874 from cblecker/cblecker-test-approver

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add cblecker to test OWNERS

**What this PR does / why we need it**:
- Adds an OWNERS file for `test/typecheck/` that was just added
- Add cblecker to approvers for `test/`

I won't touch anything I don't understand :)

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2018-03-07 10:33:59 -08:00 committed by GitHub
commit 07c04c2a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,7 @@ reviewers:
- vishh
approvers:
- bowei # for test/e2e/{dns*,network}.go
- cblecker
- deads2k
- enisoc
- enj # for test/integration/etcd/etcd_storage_path_test.go
@ -50,4 +51,4 @@ approvers:
- sttts
- timothysc
- zmerlynn
- vishh
- vishh

6
test/typecheck/OWNERS Normal file
View File

@ -0,0 +1,6 @@
reviewers:
- cblecker
- rmmh
approvers:
- cblecker
- rmmh