-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(backupbackingimage): add parameters to backup backing image create proto #179
feat(backupbackingimage): add parameters to backup backing image create proto #179
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #179 +/- ##
=========================================
- Coverage 7.87% 7.86% -0.02%
=========================================
Files 23 23
Lines 2006 2010 +4
=========================================
Hits 158 158
- Misses 1822 1826 +4
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@ChanYiLin Please update the go.mod. Thanks.
b4d7650
to
d450e09
Compare
…te proto ref: longhorn/longhorn 8884 Signed-off-by: Jack Lin <[email protected]>
d450e09
to
ba5bad4
Compare
updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ref: longhorn/longhorn#8884
define
parameters
: in thebackup config
for performing the backupsecret
: in thebackupBackingImage config
which will be stored in the .cfg filesecretNamespace
: in thebackupBackingImage config
which will be stored in the .cfg fileupdate
InspectBackupBackingImage()
to fill in thesecret
andsecretNamespace
when getting the values back from the backupstore config