mirror of https://github.com/longhorn/types.git
feat(v2 snapshot): add labels to snapshot request
Longhorn 9808 Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
This commit is contained in:
parent
74fbf95c13
commit
b46ad93028
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
|
@ -314,6 +314,7 @@ message SnapshotRequest {
|
|||
string snapshot_name = 2;
|
||||
bool user_created = 3;
|
||||
string snapshot_timestamp = 4;
|
||||
map<string, string> labels = 5;
|
||||
}
|
||||
|
||||
message SnapshotResponse {
|
||||
|
|
|
|||
Loading…
Reference in New Issue