From 0d616946c036d5ead9dd03e312c6ac16f9a91c3e Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Thu, 12 May 2022 15:40:33 -0700 Subject: [PATCH] apiserver/storage: add myself to the reviewers list Signed-off-by: Steve Kuznetsov --- staging/src/k8s.io/apiserver/pkg/storage/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/OWNERS b/staging/src/k8s.io/apiserver/pkg/storage/OWNERS index 1d8fc58ca1f..c77bfe44b5d 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/OWNERS +++ b/staging/src/k8s.io/apiserver/pkg/storage/OWNERS @@ -15,6 +15,7 @@ reviewers: - ncdc - ingvagabund - enj + - stevekuznetsov emeritus_approvers: - xiang90 - timothysc