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

Delete extra characters in URL #354

Merged
merged 1 commit into from
Mar 28, 2025
Merged

Conversation

satayyeb
Copy link
Contributor

Fixes #353

After about an hour of debugging I noticed that some characters were typed incorrectly in the URL of the method list_custom_object_for_all_namespaces_with_http_info. I removed them and everything works fine.

image

@satayyeb satayyeb changed the title Delete extra characters from URL Delete extra characters in URL Mar 27, 2025
Copy link
Owner

@tomplus tomplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution.

Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.06%. Comparing base (386689e) to head (1d809a5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   27.06%   27.06%           
=======================================
  Files         805      805           
  Lines       98717    98717           
=======================================
  Hits        26715    26715           
  Misses      72002    72002           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tomplus tomplus merged commit 6a32e49 into tomplus:master Mar 28, 2025
7 checks passed
@satayyeb
Copy link
Contributor Author

@tomplus
Can you please release a new patch for this fix on PyPI? I'm using kubernetes_asyncio in my project, and I really need this change.

tomplus pushed a commit that referenced this pull request Mar 30, 2025
@tomplus
Copy link
Owner

tomplus commented Mar 30, 2025

@satayyeb It's just released, version 32.3.0.

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.

Cannot watch custom objects with "list_custom_object_for_all_namespaces" method
2 participants