From 099f9a8ba23dc730fc92562b78d4de2853eaaaaf Mon Sep 17 00:00:00 2001 From: yue9944882 <291271447@qq.com> Date: Fri, 31 Aug 2018 14:58:31 +0800 Subject: [PATCH] add reviewer --- cmd/kube-apiserver/OWNERS | 1 + plugin/pkg/admission/OWNERS | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/kube-apiserver/OWNERS b/cmd/kube-apiserver/OWNERS index 98890a06c0..319b71ce05 100644 --- a/cmd/kube-apiserver/OWNERS +++ b/cmd/kube-apiserver/OWNERS @@ -21,6 +21,7 @@ reviewers: - sttts - hzxuzhonghu - CaoShuFeng +- yue9944882 labels: - sig/api-machinery - area/apiserver diff --git a/plugin/pkg/admission/OWNERS b/plugin/pkg/admission/OWNERS index 5afda4f8a7..f7617ae1cc 100644 --- a/plugin/pkg/admission/OWNERS +++ b/plugin/pkg/admission/OWNERS @@ -4,3 +4,4 @@ approvers: reviewers: - derekwaynecarr - deads2k +- yue9944882