-
Notifications
You must be signed in to change notification settings - Fork 3.3k
ApiextensionsV1Api missing #1172
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
Yeah, looks like it's missing indeed. |
ApiextensionsV1Api is introduced in Kubernetes 1.16. The 11.0.0 python client is generated against Kuberenetes 1.15 openapi spec so it doesn't have this API. The issue is we are in the middle of cutting a release (12.0.0a1), so the master branch contains a half-baked "snapshot" client, which contains documentation generated from 1.16 openapi. Once the new client is cut, the API will appear in pypi and in the release branch |
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. |
Closing as 12.0.0b1 has been released. /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. |
keeps happening on django-cloud-deploy 0.3.4 which is the version installed by pip |
I just ran across this issue,
|
having the same issue with the same versions + python 3.10.12 |
What happened (please include outputs or screenshots):
The file is missing:
What you expected to happen:
According to documentation there should be a
ApiextensionsV1Api
.How to reproduce it (as minimally and precisely as possible):
Try and use
ApiextensionsV1Api.get_api_resources()
or any other function.Environment:
kubectl version
): serverv1.17.5
and clientv1.18.2
python --version
): 3.8.3pip list | grep kubernetes
): 11.0.0The text was updated successfully, but these errors were encountered: