From 925775d70e7f32640c59ffe45a1f6ca59091415d Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Wed, 21 Mar 2018 15:21:39 -0700 Subject: [PATCH] Porting owners file from kube-deploy --- OWNERS | 6 ++++++ OWNERS_ALIASES | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 OWNERS create mode 100644 OWNERS_ALIASES diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000000..9faf1654a255 --- /dev/null +++ b/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/devel/owners.md + +approvers: + - sig-cluster-lifecycle-leads + - cluster-api-admins + - cluster-api-maintainers \ No newline at end of file diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES new file mode 100644 index 000000000000..0a4cbdf16c3f --- /dev/null +++ b/OWNERS_ALIASES @@ -0,0 +1,22 @@ +# See the OWNERS docs: https://git.k8s.io/community/docs/devel/owners.md + +aliases: + sig-cluster-lifecycle-leads: + - lukemarsden + - luxas + - roberthbailey + - timothysc + cluster-api-admins: + - justinsb + - krousey + - luxas + - roberthbailey + - kris-nova + cluster-api-maintainers: + - jessicaochen + - karan + - kris-nova + - krousey + - medinatiger + - roberthbailey + - rsdcastro \ No newline at end of file