Skip to content

Commit

Permalink
BackupSchedules api draft
Browse files Browse the repository at this point in the history
  • Loading branch information
qrort committed Aug 13, 2024
1 parent 6e0ce65 commit ca8f678
Show file tree
Hide file tree
Showing 9 changed files with 1,556 additions and 35 deletions.
75 changes: 43 additions & 32 deletions pkg/proto/ydbcp/v1alpha1/backup.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/proto/ydbcp/v1alpha1/backup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message Backup {
Status status = 8;
string message = 9;
google.protobuf.Timestamp expire_at = 10;
string schedule_id = 11;
}

message S3Location {
Expand Down
Loading

0 comments on commit ca8f678

Please sign in to comment.