From 4f026b62abad7aed497f22c525718cb22312be32 Mon Sep 17 00:00:00 2001 From: Monis Khan Date: Wed, 7 Apr 2021 10:42:00 -0400 Subject: [PATCH] Update auth OWNERS files to only use aliases Signed-off-by: Monis Khan Kubernetes-commit: bca4993004953041c91ad56e37ef195b32066c27 --- plugin/pkg/client/auth/oidc/OWNERS | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 plugin/pkg/client/auth/oidc/OWNERS diff --git a/plugin/pkg/client/auth/oidc/OWNERS b/plugin/pkg/client/auth/oidc/OWNERS deleted file mode 100644 index 03fb44ea..00000000 --- a/plugin/pkg/client/auth/oidc/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- ericchiang -reviewers: -- ericchiang -- rithujohn191