Update kube_features comment for aggregated discovery and openapi v3

Kubernetes-commit: 0e4cece0e896d3fb6ef61f2880fa4ee3fe1f3fea
This commit is contained in:
Jeffrey Ying 2023-03-21 15:18:41 -04:00 committed by Kubernetes Publisher
parent 855aee423b
commit a8fe83c416
1 changed files with 2 additions and 0 deletions

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"