gardener / etcd-backup-restore

Collection of components to backup and restore the etcd of a Kubernetes cluster.
Apache License 2.0
287 stars 100 forks source link

[Enhancement] Use `mockgen` to generate mock clients for ABS #772

Open renormalize opened 1 month ago

renormalize commented 1 month ago

Enhancement (What you would like to be added):

Use mockgen to generate mock clients for Azure Blob Storage

Motivation (Why is this needed?):

Currently, #751 just directly defines the mock interface that is used to mock the ABS client. This can be improved by using mockgen to generate the mock client instead.