-
Notifications
You must be signed in to change notification settings - Fork 3.3k
add type hinting by upgrading to OpenAPI Generator v6.2.0 or later #1984
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
we have a PR upgrading the generator, but it's hitting some backwards compatibility issue: #1887 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
What is the feature and why do you need it:
It'd be nice to have type hinting baked into this client.
Describe the solution you'd like to see:
Type hinting can now be created with openapi-generator v6.2.0 and more recent versions.
Currently, in the
kubernetest-client/gen
repo, the default version of openapi-generator used is v4.3.0. I'm sure there have been some significant changes between those versions.(There's an old, less specific ticket around maybe adding type hinting, but I figured this one with a tighter focus would be useful)
The text was updated successfully, but these errors were encountered: