From 76782c8cfcefc7b5a7b1a24f99ed632f38974278 Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Wed, 9 Nov 2016 10:17:49 -0800 Subject: [PATCH] Update OWNERS approvers and reviewers: pkg/storage --- pkg/storage/OWNERS | 51 +++++++++++++++++++++++++++---- pkg/storage/etcd/OWNERS | 27 ++++++++++++++++ pkg/storage/etcd3/OWNERS | 6 ++++ pkg/storage/storagebackend/OWNERS | 7 +++++ pkg/storage/testing/OWNERS | 10 ++++++ 5 files changed, 95 insertions(+), 6 deletions(-) create mode 100755 pkg/storage/etcd/OWNERS create mode 100755 pkg/storage/etcd3/OWNERS create mode 100755 pkg/storage/storagebackend/OWNERS create mode 100755 pkg/storage/testing/OWNERS diff --git a/pkg/storage/OWNERS b/pkg/storage/OWNERS index a57ded7f658..bf36b207045 100644 --- a/pkg/storage/OWNERS +++ b/pkg/storage/OWNERS @@ -1,6 +1,45 @@ -assignees: - - lavalamp - - liggitt - - timothysc - - wojtek-t - - xiang90 +approvers: +- lavalamp +- liggitt +- timothysc +- wojtek-t +- xiang90 +reviewers: +- thockin +- lavalamp +- smarterclayton +- wojtek-t +- deads2k +- brendandburns +- derekwaynecarr +- caesarxuchao +- mikedanese +- liggitt +- erictune +- davidopp +- pmorie +- luxas +- janetkuo +- roberthbailey +- ncdc +- timstclair +- timothysc +- soltysh +- dims +- madhusudancs +- fejta +- hongchaodeng +- krousey +- fgrzadkowski +- xiang90 +- mml +- ingvagabund +- resouer +- mbohlool +- david-mcmahon +- pweil- +- lixiaobing10051267 +- mqliang +- feihujiang +- goltermann +- rrati diff --git a/pkg/storage/etcd/OWNERS b/pkg/storage/etcd/OWNERS new file mode 100755 index 00000000000..3e05f8ffec6 --- /dev/null +++ b/pkg/storage/etcd/OWNERS @@ -0,0 +1,27 @@ +reviewers: +- lavalamp +- smarterclayton +- wojtek-t +- deads2k +- brendandburns +- derekwaynecarr +- caesarxuchao +- mikedanese +- liggitt +- davidopp +- pmorie +- luxas +- janetkuo +- roberthbailey +- timstclair +- timothysc +- dims +- hongchaodeng +- krousey +- fgrzadkowski +- resouer +- david-mcmahon +- pweil- +- mqliang +- feihujiang +- goltermann diff --git a/pkg/storage/etcd3/OWNERS b/pkg/storage/etcd3/OWNERS new file mode 100755 index 00000000000..339b7d50c35 --- /dev/null +++ b/pkg/storage/etcd3/OWNERS @@ -0,0 +1,6 @@ +reviewers: +- wojtek-t +- timothysc +- madhusudancs +- hongchaodeng +- david-mcmahon diff --git a/pkg/storage/storagebackend/OWNERS b/pkg/storage/storagebackend/OWNERS new file mode 100755 index 00000000000..e171e9eb1ab --- /dev/null +++ b/pkg/storage/storagebackend/OWNERS @@ -0,0 +1,7 @@ +reviewers: +- lavalamp +- smarterclayton +- wojtek-t +- timothysc +- hongchaodeng +- david-mcmahon diff --git a/pkg/storage/testing/OWNERS b/pkg/storage/testing/OWNERS new file mode 100755 index 00000000000..c825bf2e3b8 --- /dev/null +++ b/pkg/storage/testing/OWNERS @@ -0,0 +1,10 @@ +reviewers: +- smarterclayton +- wojtek-t +- liggitt +- erictune +- timothysc +- soltysh +- mml +- david-mcmahon +- feihujiang