OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 206 forks source link

refactor: remove duplicated tls code #961

Closed drivebyer closed 3 weeks ago

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 38.81%. Comparing base (d121d86) to head (298c965). Report is 61 commits behind head on master.

Files Patch % Lines
k8sutils/redis.go 0.00% 20 Missing :warning:
k8sutils/secrets.go 76.92% 4 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #961 +/- ## ========================================== + Coverage 35.20% 38.81% +3.61% ========================================== Files 19 20 +1 Lines 3213 2677 -536 ========================================== - Hits 1131 1039 -92 + Misses 2015 1569 -446 - Partials 67 69 +2 ```

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