From 8880ba64cf5f1e0247965003e05b900822e40330 Mon Sep 17 00:00:00 2001 From: "Christopher M. Luciano" Date: Wed, 28 Jun 2017 10:48:20 -0400 Subject: [PATCH] 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 --- pkg/kubelet/gpu/OWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkg/kubelet/gpu/OWNERS diff --git a/pkg/kubelet/gpu/OWNERS b/pkg/kubelet/gpu/OWNERS new file mode 100644 index 00000000000..ceb7c93336d --- /dev/null +++ b/pkg/kubelet/gpu/OWNERS @@ -0,0 +1,8 @@ +approvers: +- dchen1107 +- derekwaynecarr +- vishh +- yuyuhong +reviewers: +- cmluciano +- sig-node-reviewers \ No newline at end of file