20978: Merge branch 'main' into 20978-instance-types
[arvados.git] / sdk / go / arvados / config.go
index 64424fc3e92ba9976a1db1e0809ab2b1a9594863..ea01cc3c6872a88adb341d953adbe75760b4f176 100644 (file)
@@ -317,12 +317,13 @@ type StorageClassConfig struct {
 }
 
 type Volume struct {
-       AccessViaHosts   map[URL]VolumeAccess
-       ReadOnly         bool
-       Replication      int
-       StorageClasses   map[string]bool
-       Driver           string
-       DriverParameters json.RawMessage
+       AccessViaHosts         map[URL]VolumeAccess
+       ReadOnly               bool
+       AllowTrashWhenReadOnly bool
+       Replication            int
+       StorageClasses         map[string]bool
+       Driver                 string
+       DriverParameters       json.RawMessage
 }
 
 type S3VolumeDriverParameters struct {