Skip to content

[feat] regenerate library using API K8s 1.24.2 #213

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

Merged
merged 2 commits into from
Jul 29, 2022
Merged

Conversation

tomplus
Copy link
Owner

@tomplus tomplus commented Jul 29, 2022

No description provided.

@codecov
Copy link

codecov bot commented Jul 29, 2022

Codecov Report

Merging #213 (358d8d8) into master (9bbee59) will decrease coverage by 0.22%.
The diff coverage is 14.96%.

❗ Current head 358d8d8 differs from pull request most recent head f92ef94. Consider uploading reports for the commit f92ef94 to get more accurate results

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   27.21%   26.98%   -0.23%     
==========================================
  Files         734      728       -6     
  Lines       97832    97983     +151     
==========================================
- Hits        26626    26444     -182     
- Misses      71206    71539     +333     
Impacted Files Coverage Δ
kubernetes_asyncio/client/api/__init__.py 100.00% <ø> (ø)
...es_asyncio/client/api/admissionregistration_api.py 38.23% <ø> (ø)
...asyncio/client/api/admissionregistration_v1_api.py 6.99% <ø> (ø)
kubernetes_asyncio/client/api/apiextensions_api.py 38.23% <ø> (ø)
...ernetes_asyncio/client/api/apiextensions_v1_api.py 7.85% <ø> (ø)
...bernetes_asyncio/client/api/apiregistration_api.py 38.23% <ø> (ø)
...netes_asyncio/client/api/apiregistration_v1_api.py 7.85% <ø> (ø)
kubernetes_asyncio/client/api/apis_api.py 38.23% <ø> (ø)
kubernetes_asyncio/client/api/apps_api.py 38.23% <ø> (ø)
kubernetes_asyncio/client/api/apps_v1_api.py 6.29% <ø> (ø)
... and 303 more

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 9bbee59...f92ef94. Read the comment docs.

@tomplus tomplus merged commit 65ce783 into master Jul 29, 2022
@tomplus tomplus deleted the feat/prep-v-24-2-0 branch July 29, 2022 22:57
multani added a commit to multani/kubernetes_asyncio that referenced this pull request Aug 19, 2023
This mostly imports what was done in the sync client in kubernetes-client/python@b85aff2

This may solve tomplus#231: if the configuration from tomplus#213 was trying to load a
configuration file containing these client certificates instead of a
bearer token, the log message would display and the connection to
Kubernetes would fail.
tomplus pushed a commit that referenced this pull request Aug 20, 2023
* Load certificates from plugin exec

This mostly imports what was done in the sync client in kubernetes-client/python@b85aff2

This may solve #231: if the configuration from #213 was trying to load a
configuration file containing these client certificates instead of a
bearer token, the log message would display and the connection to
Kubernetes would fail.

* linter

* move expirationTimestamp next to the token authentication block
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.

1 participant