From 616003a8e960333b87eee11e8d0541424898a46f Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Tue, 7 Jan 2020 00:50:20 +0000 Subject: [PATCH] Add: OWNERS file - based off of staging/src/k8s.io/apimachinery/OWNERS --- test/e2e/apimachinery/OWNERS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/e2e/apimachinery/OWNERS diff --git a/test/e2e/apimachinery/OWNERS b/test/e2e/apimachinery/OWNERS new file mode 100644 index 00000000000..aca480c9f5b --- /dev/null +++ b/test/e2e/apimachinery/OWNERS @@ -0,0 +1,27 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: +- lavalamp +- smarterclayton +- deads2k +- sttts +- liggitt +- caesarxuchao +reviewers: +- thockin +- lavalamp +- smarterclayton +- wojtek-t +- deads2k +- derekwaynecarr +- caesarxuchao +- cheftako +- mikedanese +- liggitt +- gmarek +- sttts +- ncdc +- logicalhan +- tallclair +labels: +- sig/api-machinery \ No newline at end of file