Update kube_features comment for aggregated discovery and openapi v3

This commit is contained in:
Jeffrey Ying
2023-03-21 15:18:41 -04:00
committed by GitHub
parent 94daf7f4b2
commit 0e4cece0e8

View File

@@ -44,6 +44,7 @@ const (
// owner: @jefftree @alexzielenski
// alpha: v1.26
// beta: v1.27
//
// Enables an single HTTP endpoint /discovery/<version> which supports native HTTP
// caching with ETags containing all APIResources known to the apiserver.
@@ -150,6 +151,7 @@ const (
// kep: https://kep.k8s.io/2896
// alpha: v1.23
// beta: v1.24
// stable: v1.27
//
// Enables kubernetes to publish OpenAPI v3
OpenAPIV3 featuregate.Feature = "OpenAPIV3"