Skip to content

Commit

Permalink
Refining Backup : Changes to add CSISnapshotClass Mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pallav-px committed Jan 24, 2024
1 parent 6f49be8 commit dd7e11a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/v1/api.pb.go

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

2 changes: 1 addition & 1 deletion pkg/apis/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ message BackupCreateRequest {
BackupObjectType backup_object_type = 17;
// Skip auto rules for VirtualMachine Backup Object type
bool skip_vm_auto_exec_rules = 18;
// voume snapshot class mapping for csi based backup <provisioner, volumesnapshotclass>
// volume snapshot class mapping for csi based backup <provisioner(string), volumesnapshotclass(string)> (optional)
map<string, string> volume_snapshot_class_mapping = 19;

enum BackupType {
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/v1/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2640,7 +2640,7 @@
"additionalProperties": {
"type": "string"
},
"title": "voume snapshot class mapping for csi based backup \u003cprovisioner, volumesnapshotclass\u003e"
"title": "volume snapshot class mapping for csi based backup \u003cprovisioner(string), volumesnapshotclass(string)\u003e (optional)"
}
},
"title": "Request message structure for backup create"
Expand Down

0 comments on commit dd7e11a

Please sign in to comment.