From 27ec356d76390c40029333a6b53fcefda0b9a8b6 Mon Sep 17 00:00:00 2001 From: Aldo Culquicondor Date: Wed, 24 Jun 2020 17:43:09 -0400 Subject: [PATCH] Add SIG storage owner aliases And give ownership to pkg/scheduler/framework/plugins/volumebinding Signed-off-by: Aldo Culquicondor Change-Id: I4bd89b1745a2be0e458601056ab905bdd6692195 --- OWNERS_ALIASES | 18 ++++++++++++++++++ pkg/apis/storage/OWNERS | 7 +++++-- pkg/controller/volume/OWNERS | 13 ++----------- .../framework/plugins/volumebinding/OWNERS | 6 ++++++ pkg/volume/OWNERS | 17 ++--------------- staging/src/k8s.io/api/storage/OWNERS | 7 +++++-- 6 files changed, 38 insertions(+), 30 deletions(-) create mode 100644 pkg/scheduler/framework/plugins/volumebinding/OWNERS diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 59f88b42b47..cef8cf70ec0 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -142,8 +142,25 @@ aliases: - justaugustus - listx + sig-storage-approvers: + - saad-ali + - thockin + - jsafrane + - gnufied + - msau42 + # emeritus: + # - rootfs sig-storage-reviewers: - saad-ali + - jsafrane + - rootfs + - jingxu97 + - msau42 + - gnufied + - verult + - humblec + # emeritus: + # - davidz627 sig-scheduling-maintainers: - alculquicondor @@ -454,6 +471,7 @@ aliases: # - sig-storage-api-reviewers: + - deads2k - saad-ali - msau42 - jsafrane diff --git a/pkg/apis/storage/OWNERS b/pkg/apis/storage/OWNERS index 7562f04b86a..ec9af6c5dd0 100644 --- a/pkg/apis/storage/OWNERS +++ b/pkg/apis/storage/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +approvers: +- sig-storage-api-approvers reviewers: -- deads2k -- mbohlool +- sig-storage-api-reviewers +labels: +- sig/storage diff --git a/pkg/controller/volume/OWNERS b/pkg/controller/volume/OWNERS index 085e39d5a24..a164517ed5d 100644 --- a/pkg/controller/volume/OWNERS +++ b/pkg/controller/volume/OWNERS @@ -1,15 +1,6 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: -- jsafrane -- saad-ali -- msau42 +- sig-storage-approvers reviewers: -- saad-ali -- jsafrane -- jingxu97 -- rootfs -- gnufied -- msau42 -- verult -- davidz627 +- sig-storage-reviewers diff --git a/pkg/scheduler/framework/plugins/volumebinding/OWNERS b/pkg/scheduler/framework/plugins/volumebinding/OWNERS new file mode 100644 index 00000000000..1ec0f1b7735 --- /dev/null +++ b/pkg/scheduler/framework/plugins/volumebinding/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: +- sig-storage-reviewers +labels: +- sig/storage diff --git a/pkg/volume/OWNERS b/pkg/volume/OWNERS index 985ab40a80f..6b5f6ba5041 100644 --- a/pkg/volume/OWNERS +++ b/pkg/volume/OWNERS @@ -1,21 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: -- saad-ali -- thockin -- jsafrane -- rootfs -- gnufied -- msau42 +- sig-storage-approvers reviewers: -- saad-ali -- jsafrane -- rootfs -- jingxu97 -- msau42 -- gnufied -- verult -- davidz627 -- humblec +- sig-storage-reviewers labels: - sig/storage diff --git a/staging/src/k8s.io/api/storage/OWNERS b/staging/src/k8s.io/api/storage/OWNERS index 7562f04b86a..ec9af6c5dd0 100644 --- a/staging/src/k8s.io/api/storage/OWNERS +++ b/staging/src/k8s.io/api/storage/OWNERS @@ -1,5 +1,8 @@ # See the OWNERS docs at https://go.k8s.io/owners +approvers: +- sig-storage-api-approvers reviewers: -- deads2k -- mbohlool +- sig-storage-api-reviewers +labels: +- sig/storage