We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855aee4 commit a8fe83cCopy full SHA for a8fe83c
pkg/features/kube_features.go
@@ -44,6 +44,7 @@ const (
44
45
// owner: @jefftree @alexzielenski
46
// alpha: v1.26
47
+ // beta: v1.27
48
//
49
// Enables an single HTTP endpoint /discovery/<version> which supports native HTTP
50
// caching with ETags containing all APIResources known to the apiserver.
@@ -150,6 +151,7 @@ const (
150
151
// kep: https://kep.k8s.io/2896
152
// alpha: v1.23
153
// beta: v1.24
154
+ // stable: v1.27
155
156
// Enables kubernetes to publish OpenAPI v3
157
OpenAPIV3 featuregate.Feature = "OpenAPIV3"
0 commit comments