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

restore rest client ablity to handle "application/apply-patch+yaml" content type #317

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

Meallia
Copy link
Contributor

@Meallia Meallia commented Jun 26, 2024

Fixes #316

Copy link

codecov bot commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 28.11%. Comparing base (fa20ec4) to head (3e00a24).

Files Patch % Lines
kubernetes_asyncio/e2e_test/test_apply_patch.py 0.00% 19 Missing ⚠️
kubernetes_asyncio/client/rest.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #317      +/-   ##
==========================================
- Coverage   28.12%   28.11%   -0.01%     
==========================================
  Files         778      779       +1     
  Lines       92100    92119      +19     
==========================================
  Hits        25899    25899              
- Misses      66201    66220      +19     

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

@Meallia Meallia force-pushed the fix-316-apply-content-type branch from 301876b to 0636915 Compare June 26, 2024 21:32
@Meallia Meallia force-pushed the fix-316-apply-content-type branch from 0636915 to 3e00a24 Compare June 26, 2024 21:37
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.

LGTM

@tomplus tomplus merged commit 4a0331f into tomplus:master Jun 27, 2024
7 of 8 checks passed
tomplus pushed a commit that referenced this pull request Jun 30, 2024
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.

application/apply-patch+yaml content type is no longer supported since release 30.1.0
2 participants