external-snapshotter
external-snapshotter copied to clipboard
Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
**What happened**: Open this issue to track this comment from the code review: https://github.com/kubernetes-csi/external-snapshotter/pull/1210#discussion_r1854793654 We need to add more unit tests. **What you expected to happen**: **How to reproduce it**:...
**What happened**: Currently few test helper functions are having more number of input parameters, having more input parameters in a function always brings in the readability and maintenance burden, instead...