Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Reaper
- reaperLabels :: Reaper -> [(Text, Text)]
- ryukImageTag :: Text
- ryukPort :: Num a => a
- newRyukReaper :: MonadResource m => Text -> Int -> m Reaper
Documentation
reaperLabels :: Reaper -> [(Text, Text)] Source #
Additional labels to add to any Docker resource on creation. Adding the
labels is necessary in order for the Reaper
to find resources for cleanup.
Since: 0.5.0.0
Ryuk based reaper
ryukImageTag :: Text Source #
Tag for the ryuk image
Since: 0.5.0.0
:: MonadResource m | |
=> Text | Host |
-> Int | Port |
-> m Reaper |
Creates a new Reaper
from a host and port.
Since: 0.5.0.0