Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Query / Export.hs @ 36162faf

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
c4bf507b 02/25/2013 11:37 am Iustin Pop

Implement Export queries in Haskell

This is a simple query as it has only two fields, however it's the
first query that doesn't have a clear 'base' object and 1:1
correspondence between such objects and the results (groups, nodes and
networks do so).

We keep nodes as the 'base' object, since that's what we want to...