Closed prajwalvathreya closed 2 weeks ago
Attention: Patch coverage is 84.28571%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 74.79%. Comparing base (
c523c92
) to head (02a5bd1
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/driver/controllerserver_helper.go | 83.58% | 8 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
General:
This PR focuses on enabling support for encrypted volumes for the CSI driver.
It addresses the following tasks:
creating an encrypted volume (region specific)
attaching the volume to a node (region specific)
handling errors in case of mismatch in attaching a volume to a node
[x] Have you removed all sensitive information, including but not limited to access keys and passwords?
[x] Have you checked to ensure there aren't other open or closed Pull Requests for the same bug/feature/question?
Pull Request Guidelines: