We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't see CRUD methods for Status/Scale handling for Custom Objects in: https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/apis/CustomObjectsApi.java I thought this was part of the v1.11 API, for example here is an auto-update commit for the python client: kubernetes-client/python@17db994#diff-343e382f5d0f69190bf247217a71f38a
The text was updated successfully, but these errors were encountered:
This was fixed in the generator here:
kubernetes-client/gen#72
Sadly when we generated for 1.11, was before that fix:
#311
I'll take a backlog item to regenerate...
Thanks for the report.
Sorry, something went wrong.
Great. Thanks.
@cliveseldon if you get a chance to review the PR that fixes this, that would be awesome.
Thanks!
No branches or pull requests
I don't see CRUD methods for Status/Scale handling for Custom Objects in:
https://github.com/kubernetes-client/java/blob/master/kubernetes/src/main/java/io/kubernetes/client/apis/CustomObjectsApi.java
I thought this was part of the v1.11 API, for example here is an auto-update commit for the python client:
kubernetes-client/python@17db994#diff-343e382f5d0f69190bf247217a71f38a
The text was updated successfully, but these errors were encountered: