kubernetes-csi / external-snapshot-metadata

This repo contains sidecar controller for the snapshot metadata service.
Apache License 2.0
4 stars 8 forks source link

Create mocks for the K8s SnapshotMetadata gRPC service #10

Closed carlbraganza closed 3 months ago

carlbraganza commented 3 months ago

This is a request to add gomock interfaces for the Kubernetes SnapshotMetadata service, which is similar to but not identical to the CSI SnapshotMetadata gRPC service.

It is intended primarily for application testing and can also be used to demonstrate how a backup application would work with this service.

carlbraganza commented 3 months ago

Fake interfaces are already defined so closing this issue as unnecessary.

/close