tomplus / kubernetes_asyncio

Python asynchronous client library for Kubernetes http://kubernetes.io/
Apache License 2.0
364 stars 71 forks source link

add support for different type of patch #303

Closed tomplus closed 8 months ago

tomplus commented 8 months ago

It closes https://github.com/tomplus/kubernetes_asyncio/issues/68

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 23.33%. Comparing base (4d909ab) to head (03605bf).

Files Patch % Lines
kubernetes_asyncio/e2e_test/test_client.py 0.00% 15 Missing :warning:
kubernetes_asyncio/client/api_client.py 0.00% 5 Missing :warning:
kubernetes_asyncio/client/rest.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #303 +/- ## ========================================== - Coverage 23.33% 23.33% -0.01% ========================================== Files 758 758 Lines 106542 106553 +11 ========================================== Hits 24863 24863 - Misses 81679 81690 +11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.