From 93549d5037eb2cd15970065d064154ff11c22b55 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Fri, 29 May 2020 23:12:44 +0300 Subject: [PATCH] test/e2e/lifecycle: update OWNERS The e2e/lifecycle package is owned by SIG CL, although maybe this should be moved to e2e/auth at some point. - copy the OWNERS from /cmd/kubeadm (minus the area/kueadm label) - remove the OWNERS file in /bootstrap letting the parent OWNERS file manage this sub-package. --- test/e2e/lifecycle/OWNERS | 20 ++++++++++++++++++-- test/e2e/lifecycle/bootstrap/OWNERS | 13 ------------- 2 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 test/e2e/lifecycle/bootstrap/OWNERS diff --git a/test/e2e/lifecycle/OWNERS b/test/e2e/lifecycle/OWNERS index 3e8a644d680..ee0b4ac89cd 100644 --- a/test/e2e/lifecycle/OWNERS +++ b/test/e2e/lifecycle/OWNERS @@ -1,8 +1,24 @@ # See the OWNERS docs at https://go.k8s.io/owners approvers: -- sig-cluster-lifecycle-maintainers +- luxas +- timothysc +- fabriziopandini +- neolit123 +- rosti +- ereslibre reviewers: -- sig-cluster-lifecycle +- luxas +- timothysc +- fabriziopandini +- neolit123 +- kad +- detiber +- dixudx +- rosti +- yagonobre +- ereslibre +- SataQiu +- yastij labels: - sig/cluster-lifecycle diff --git a/test/e2e/lifecycle/bootstrap/OWNERS b/test/e2e/lifecycle/bootstrap/OWNERS deleted file mode 100644 index 9f09a6ba911..00000000000 --- a/test/e2e/lifecycle/bootstrap/OWNERS +++ /dev/null @@ -1,13 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: #sig-cluster-lifecycle is the owner of this feature -- luxas -- wanghaoran1988 -reviewers: -- mikedanese -- luxas -- dmmcquay -- krousey -- wanghaoran1988 -emeritus_approvers: -- jbeda \ No newline at end of file