From 0461c4807856260d96562000109c7090b03bb7fb Mon Sep 17 00:00:00 2001 From: Antonio Ojea Date: Sat, 28 Jan 2023 22:59:42 +0000 Subject: [PATCH] add aojea as approver for networking APIs: services/allocators, networking group, ... Change-Id: Ia6542b21339f4a92a9c13c2b628038abe737d0f9 --- pkg/registry/core/service/OWNERS | 8 ++++++++ pkg/registry/networking/OWNERS | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 pkg/registry/core/service/OWNERS create mode 100644 pkg/registry/networking/OWNERS diff --git a/pkg/registry/core/service/OWNERS b/pkg/registry/core/service/OWNERS new file mode 100644 index 00000000000..5827aef80ac --- /dev/null +++ b/pkg/registry/core/service/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - aojea + - thockin +reviewers: + - aojea + - thockin diff --git a/pkg/registry/networking/OWNERS b/pkg/registry/networking/OWNERS new file mode 100644 index 00000000000..5827aef80ac --- /dev/null +++ b/pkg/registry/networking/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - aojea + - thockin +reviewers: + - aojea + - thockin