Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ganeti.Query.Job
Description
Implementation of the Ganeti Query2 job queries.
Synopsis
- type RuntimeData = Result (QueuedJob, Bool)
- fieldsMap :: FieldMap JobId RuntimeData
- wantArchived :: [FilterField] -> Bool
Documentation
type RuntimeData = Result (QueuedJob, Bool) #
The runtime data for a job.
fieldsMap :: FieldMap JobId RuntimeData #
The node fields map.
wantArchived :: [FilterField] -> Bool #
Check whether we should look at archived jobs as well.