From 92fac4ab8af1e90fc21163ef474c9094573b4ebd Mon Sep 17 00:00:00 2001 From: Alex Zielenski Date: Tue, 30 Aug 2022 09:04:06 -0700 Subject: [PATCH] update comments --- staging/src/k8s.io/apiserver/pkg/features/kube_features.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/src/k8s.io/apiserver/pkg/features/kube_features.go b/staging/src/k8s.io/apiserver/pkg/features/kube_features.go index cd16028bdda..d036edb89a8 100644 --- a/staging/src/k8s.io/apiserver/pkg/features/kube_features.go +++ b/staging/src/k8s.io/apiserver/pkg/features/kube_features.go @@ -36,9 +36,9 @@ const ( // across the file. // owner: @jefftree @alexzielenski - // alpha: v1.25 + // alpha: v1.26 // - // Enables a single HTTP endpoint /discovery/v1 which supports native HTTP + // Enables a single HTTP endpoint /discovery/v2 which supports native HTTP // caching with ETags containing all APIResources known to the apiserver. AggregatedDiscoveryEndpoint featuregate.Feature = "AggregatedDiscoveryEndpoint"