gardener / etcd-backup-restore

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

[Enhancement] Add unit tests for `pkg/etcdutil` #800

Open ishan16696 opened 1 week ago

ishan16696 commented 1 week ago

Enhancement (What you would like to be added): Right now, there is no unit tests present for pkg/etcdutil. This issue is to add unit tests to pkg/etcdutil.

Motivation (Why is this needed?):

Approach/Hint to the implement solution (optional):