From 4c9c9bb5a034187c45d4af97cb07ccbff681a733 Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Sun, 31 Jan 2021 22:32:13 -0800 Subject: [PATCH] Adding myself as an approver for EndpointSlice controller This also adds me as a reviewer for the Endpoints controller. --- pkg/controller/endpoint/OWNERS | 1 + pkg/controller/endpointslice/OWNERS | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/controller/endpoint/OWNERS b/pkg/controller/endpoint/OWNERS index d07586e0d6e..98288ec748c 100644 --- a/pkg/controller/endpoint/OWNERS +++ b/pkg/controller/endpoint/OWNERS @@ -10,5 +10,6 @@ reviewers: - bowei - MrHohn - thockin +- robscott labels: - sig/network diff --git a/pkg/controller/endpointslice/OWNERS b/pkg/controller/endpointslice/OWNERS index 2238c689348..50861cfc41f 100644 --- a/pkg/controller/endpointslice/OWNERS +++ b/pkg/controller/endpointslice/OWNERS @@ -5,6 +5,7 @@ approvers: - freehan - MrHohn - thockin +- robscott - sig-network-approvers reviewers: - robscott