From de6989041a741d2b5e486b5b2ede73a1a0911030 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Thu, 8 Feb 2024 00:42:28 +0000 Subject: [PATCH] added OWNERS to test/e2e/feature/feature.go --- test/e2e/feature/OWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/e2e/feature/OWNERS diff --git a/test/e2e/feature/OWNERS b/test/e2e/feature/OWNERS new file mode 100644 index 00000000000..7c1bb04b62e --- /dev/null +++ b/test/e2e/feature/OWNERS @@ -0,0 +1,6 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Features in test/e2e/feature/ are not directly mapped to the kubelet feature gates, +# but is a good approximation to allow adding alpha features by SIG approvers. +approvers: + - feature-approvers