X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/674630a6f461527f5b26e917814736b444cb4f51..095e176632bbf81d28a239742a1ecce12404bd2d:/sdk/go/arvados/keep_service.go diff --git a/sdk/go/arvados/keep_service.go b/sdk/go/arvados/keep_service.go index 5b6d71a4fb..85750d8cfc 100644 --- a/sdk/go/arvados/keep_service.go +++ b/sdk/go/arvados/keep_service.go @@ -33,7 +33,8 @@ type KeepService struct { type KeepMount struct { UUID string `json:"uuid"` DeviceID string `json:"device_id"` - ReadOnly bool `json:"read_only"` + AllowWrite bool `json:"allow_write"` + AllowTrash bool `json:"allow_trash"` Replication int `json:"replication"` StorageClasses map[string]bool `json:"storage_classes"` }