Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaggageCollector ¶
type BaggageCollector interface {
Run() error
}
func NewBaggageCollector ¶
func NewBaggageCollector( logger lager.Logger, workerClient worker.Client, db BaggageCollectorDB, pipelineDBFactory db.PipelineDBFactory, oldResourceGracePeriod time.Duration, oneOffBuildImageResourceGracePeriod time.Duration, ) BaggageCollector
type BaggageCollectorDB ¶
type BaggageCollectorDB interface {
ReapVolume(string) error
GetAllPipelines() ([]db.SavedPipeline, error)
GetVolumes() ([]db.SavedVolume, error)
GetVolumesForOneOffBuildImageResources() ([]db.SavedVolume, error)
}
Directories
¶
| Path | Synopsis |
|---|---|
|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.