From 20fa9635d6c8ef7971dec83656ce48604fdb72c9 Mon Sep 17 00:00:00 2001 From: Dixita Narang Date: Wed, 12 Oct 2022 17:12:17 +0000 Subject: [PATCH] Adding ndixita@ to KubeletCredentialProviders feature owner, and capitalizing GA --- pkg/features/kube_features.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index aba976cb8fa..f92345a4d13 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -482,10 +482,10 @@ const ( // yet. JobTrackingWithFinalizers featuregate.Feature = "JobTrackingWithFinalizers" - // owner: @andrewsykim @adisky + // owner: @andrewsykim @adisky @ndixita // alpha: v1.20 // beta: v1.24 - // ga: v1.26 + // GA: v1.26 // // Enable kubelet exec plugins for image pull credentials. KubeletCredentialProviders featuregate.Feature = "KubeletCredentialProviders"