From c10b3029539e6248c9446b626bbedf259520ec21 Mon Sep 17 00:00:00 2001 From: Roy Lenferink Date: Mon, 4 Feb 2019 18:44:10 +0100 Subject: [PATCH] Updated OWNERS to be consistent across k8s repos --- OWNERS | 1 + nsenter/OWNERS | 2 ++ pointer/OWNERS | 1 + 3 files changed, 4 insertions(+) diff --git a/OWNERS b/OWNERS index f401cc35..df379486 100644 --- a/OWNERS +++ b/OWNERS @@ -1,4 +1,5 @@ # See the OWNERS docs at https://go.k8s.io/owners + approvers: - apelisse - dashpole diff --git a/nsenter/OWNERS b/nsenter/OWNERS index c4f27cb4..46895cbd 100644 --- a/nsenter/OWNERS +++ b/nsenter/OWNERS @@ -1,3 +1,5 @@ +# See the OWNERS docs at https://go.k8s.io/owners + reviewers: - jsafrane - msau42 diff --git a/pointer/OWNERS b/pointer/OWNERS index 2f328f4c..0d639275 100644 --- a/pointer/OWNERS +++ b/pointer/OWNERS @@ -1,4 +1,5 @@ # See the OWNERS docs at https://go.k8s.io/owners + approvers: - apelisse - stewart-yu