Skip to content

Commit

Permalink
feat(backup): add backup parameter types
Browse files Browse the repository at this point in the history
ref: longhorn/longhorn 7070

Signed-off-by: Jack Lin <[email protected]>
  • Loading branch information
ChanYiLin committed Mar 29, 2024
1 parent b75404d commit 638753f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backup/types.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package backup

const (
LonghornBackupParameterBackupMode = "backup-mode"
LonghornBackupModeFull = "full"
LonghornBackupModeIncremental = "incremental"
)

0 comments on commit 638753f

Please sign in to comment.