Update kube_features.go

Kubernetes-commit: 9dab9f3e28652b823d0589d127f84ba901ae4c65
This commit is contained in:
Alex Zielenski 2022-08-30 09:06:29 -07:00 committed by Kubernetes Publisher
parent 4c7c0de421
commit d46c86b62b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const (
// owner: @jefftree @alexzielenski
// alpha: v1.26
//
// Enables a single HTTP endpoint /discovery/v2 which supports native HTTP
// Enables an single HTTP endpoint /discovery/<version> which supports native HTTP
// caching with ETags containing all APIResources known to the apiserver.
AggregatedDiscoveryEndpoint featuregate.Feature = "AggregatedDiscoveryEndpoint"