-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPIEnums feature is beta in 1.24 #32594
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
I thought this was auto updated after code freeze. Am I correct? |
@jiahuif Unfortunately, that is not true. There is no such automation in place and I don't see it will happen any time soon because the feature state is coded in Go source instead of a configuration file. The features are managed by a dozen of SIGs collectively, and there is more than one source of truth. We have to manually maintain this and carry on. |
Thank you! |
LGTM label has been added. Git tree hash: 2f9c3bcb08e206b828909b07470789b59a855ad6
|
/sig api-machinery |
/assign |
27582f8
to
9a02c2e
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: reylejano The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: 0a9cf06b0d1b38f7b18ffd1c65ad679935244db3
|
@@ -155,7 +155,8 @@ different Kubernetes components. | |||
| `NetworkPolicyEndPort` | `true` | Beta | 1.22 | | | |||
| `NodeSwap` | `false` | Alpha | 1.22 | | | |||
| `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | | | |||
| `OpenAPIEnums` | `false` | Alpha | 1.23 | | | |||
| `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 | | |||
| `OpenAPIEnums` | `false` | Beta | 1.24 | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's enabled by default, if I'm correct. @jiahuif ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct. That's a problem. Sending a fix.
KEP: kubernetes/enhancements#2887
Upstream: kubernetes/kubernetes#108898