Merge pull request #48203 from cmluciano/cml/addgpuowners

Automatic merge from submit-queue

Add OWNERS file to kubelet gpu package

GPU support is ramping up and we do not have a lot of reviewers that
are familiar with the codebase. I added myself as a reviewer and
copied a few people from the kubelet OWNERS file as approvers.

Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>

**Release note**:
```
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2017-07-13 18:51:04 -07:00
committed by GitHub

8
pkg/kubelet/gpu/OWNERS Normal file
View File

@@ -0,0 +1,8 @@
approvers:
- dchen1107
- derekwaynecarr
- vishh
- yuyuhong
reviewers:
- cmluciano
- sig-node-reviewers