Merge pull request #46649 from monopole/addToOwnersForBuildFiles

Automatic merge from submit-queue

Add jregan to OWNERS for kubectl isolation work.

The kubectl decoupling project (#598) requires many BUILD edits.

Even relatively simple PR's involve many OWNER files, e.g. #46317 involves five.

We plan to script-generate some PRs, and those may involve _hundreds_ of BUILD files.

This project will take many PRs, and collecting all approvals for each will be very time consuming.

**Release note**:
```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2017-06-02 18:54:44 -07:00
committed by GitHub

1
OWNERS
View File

@@ -10,6 +10,7 @@ approvers:
- brendandburns
- dchen1107
- jbeda
- jregan # To modify BUILD files per proposal #598
- lavalamp
- smarterclayton
- thockin