longhorn / longhorn

Cloud-Native distributed storage built on and for Kubernetes

Home Page:https://longhorn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[IMPROVEMENT] move some arguments in backup grpc to parameters map to reduce maintain effort

ChanYiLin opened this issue Β· comments

Is your improvement request related to a feature? Please describe (πŸ‘ if you like this request)

In our backup grpc, we use lots of arguments to pass things like parameters or arguments
We now have a parameters map to wrap them up.
We can reorganize the arguments and utilize the parameters map.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

cc @derekbit