Skip to content

Commit

Permalink
Merge pull request #3035 from dperny/feature-volumes-force-remove
Browse files Browse the repository at this point in the history
Add Force parameter to RemoveVolume API
  • Loading branch information
dperny authored Nov 12, 2021
2 parents 7956265 + 8313e08 commit 6303310
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 189 deletions.
7 changes: 7 additions & 0 deletions api/api.pb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9207,6 +9207,13 @@ file {
type: TYPE_STRING
json_name: "volumeId"
}
field {
name: "force"
number: 2
label: LABEL_OPTIONAL
type: TYPE_BOOL
json_name: "force"
}
}
message_type {
name: "RemoveVolumeResponse"
Expand Down
Loading

0 comments on commit 6303310

Please sign in to comment.