-
Notifications
You must be signed in to change notification settings - Fork 40.6k
Umbrella issue for OpenAPI v3 related improvements #60937
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
Comments
/cc @sttts |
Can you describe how the given links are connected to v3 support for go-openapi? How do the Java projects relate to a Go library? |
@sttts kubernetes clients are generated based on openapi spec that we serve in k/k. This issue is tracking:
|
@roycaihw no, openapi is not used for that. |
@sttts Are you saying serving openapi v3 in k/k may be not related to issues like #59501? AFAIK |
I think this was a misunderstanding. The clients in the kubernetes-client use OpenAPI, the Go clients in k/k itself don't. |
@sttts Updated the first comment |
Hi @roycaihw , does this include upgrading to using the For objects like the |
@roycaihw thank you! |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@roycaihw: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
do you have a timeline for supporting openapi v3 yet? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
@lsowen Thanks. That's great news. @p0lyn0mial is working on a KEP for kubernetes openapi v3 support. Most of our clients have migrated to use openapi-generator. IMO the generator/tooling is not blocking our clients any more. @yue9944882 has an issue that summarizes v3 spec requirements #79472. Let's close this one and track the issue there. /close |
@roycaihw: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The client libraries in https://github.com/kubernetes-client are generated from the OpenAPI spec that we serve in k/k. Tracking OpenAPI v3 related issues and tooling support around OpenAPI v3 here:
OneOf
support for types that setReturnDeletedObject: true
in their storage configuration: DELETE requests for some objects get response data with Object instead of Status object #59501As of today (3/8/2018):
java
andinflector
languagesv2.0.0-rc3 still at rc phaseis released 4/17/2018Ref: #51163
The text was updated successfully, but these errors were encountered: