Skip to content
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

[fix] regenerate library with correct crd spec #198

Merged
merged 1 commit into from
Apr 9, 2022
Merged

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Apr 9, 2022

Previous version of the library was generated using old CRD spec and some new attributes, like allow_watch_bookmarks, were missing.

It fixes #197

@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #198 (8a06038) into master (ca1a850) will decrease coverage by 0.04%.
The diff coverage is 4.39%.

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
- Coverage   27.44%   27.39%   -0.05%     
==========================================
  Files         702      702              
  Lines       93791    93973     +182     
==========================================
+ Hits        25740    25748       +8     
- Misses      68051    68225     +174     
Impacted Files Coverage Δ
...ubernetes_asyncio/client/api/custom_objects_api.py 4.95% <2.24%> (-0.45%) ⬇️
kubernetes_asyncio/test/test_custom_objects_api.py 98.46% <100.00%> (+0.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca1a850...8a06038. Read the comment docs.

@tomplus tomplus merged commit bb1b4ba into master Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CRD API No Longer Supports Watch Bookmarks
1 participant