Versions in this module Expand all Collapse all v0 v0.1.0 May 17, 2017 Changes in this version + type GCManager interface + GarbageCollect func() error + Start func() error + func NewImageManagerImpl(policy *GCPolicy, client *client.Client) (GCManager, error) + type GCPolicy struct + GCInterval time.Duration + HighThresholdPercent float64 + LowThresholdPercent float64 + MinAge time.Duration