From 3af1c0efcb157b70bfa35a8d0663daccca4f9c01 Mon Sep 17 00:00:00 2001 From: Bowei Du Date: Wed, 17 May 2017 11:16:50 -0700 Subject: [PATCH] Add bowei to OWNERS: e2e/test dns,network; cloud route, node, service controller --- pkg/controller/node/OWNERS | 1 + pkg/controller/route/OWNERS | 1 + pkg/controller/service/OWNERS | 2 +- test/OWNERS | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) mode change 100755 => 100644 pkg/controller/service/OWNERS diff --git a/pkg/controller/node/OWNERS b/pkg/controller/node/OWNERS index 2c8b515d818..b94f08c6b3e 100755 --- a/pkg/controller/node/OWNERS +++ b/pkg/controller/node/OWNERS @@ -1,5 +1,6 @@ approvers: - gmarek +- bowei reviewers: - gmarek - smarterclayton diff --git a/pkg/controller/route/OWNERS b/pkg/controller/route/OWNERS index b4a2f5f28f7..e432a553bcd 100755 --- a/pkg/controller/route/OWNERS +++ b/pkg/controller/route/OWNERS @@ -1,6 +1,7 @@ approvers: - gmarek - wojtek-t +- bowei reviewers: - gmarek - wojtek-t diff --git a/pkg/controller/service/OWNERS b/pkg/controller/service/OWNERS old mode 100755 new mode 100644 index dffc5525e78..844240a9b29 --- a/pkg/controller/service/OWNERS +++ b/pkg/controller/service/OWNERS @@ -1,6 +1,6 @@ reviewers: - bprashanth -- bowei +- bowei - MrHohn - thockin - mrubin diff --git a/test/OWNERS b/test/OWNERS index 59e655c06b9..f02bec9eeb6 100644 --- a/test/OWNERS +++ b/test/OWNERS @@ -1,4 +1,5 @@ reviewers: + - bowei - deads2k - enisoc - erictune @@ -25,6 +26,7 @@ reviewers: - spxtr - sttts approvers: + - bowei # for test/e2e/{dns*,network}.go - deads2k - enisoc - eparis