mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Merge pull request #116820 from Jefftree/patch-1
Update kube_features comment for aggregated discovery and openapi v3
This commit is contained in:
commit
2f002862f0
@ -44,6 +44,7 @@ const (
|
|||||||
|
|
||||||
// owner: @jefftree @alexzielenski
|
// owner: @jefftree @alexzielenski
|
||||||
// alpha: v1.26
|
// alpha: v1.26
|
||||||
|
// beta: v1.27
|
||||||
//
|
//
|
||||||
// Enables an single HTTP endpoint /discovery/<version> 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.
|
// caching with ETags containing all APIResources known to the apiserver.
|
||||||
@ -150,6 +151,7 @@ const (
|
|||||||
// kep: https://kep.k8s.io/2896
|
// kep: https://kep.k8s.io/2896
|
||||||
// alpha: v1.23
|
// alpha: v1.23
|
||||||
// beta: v1.24
|
// beta: v1.24
|
||||||
|
// stable: v1.27
|
||||||
//
|
//
|
||||||
// Enables kubernetes to publish OpenAPI v3
|
// Enables kubernetes to publish OpenAPI v3
|
||||||
OpenAPIV3 featuregate.Feature = "OpenAPIV3"
|
OpenAPIV3 featuregate.Feature = "OpenAPIV3"
|
||||||
|
Loading…
Reference in New Issue
Block a user