Versions in this module Expand all Collapse all v0 v0.1441.2 Jan 12, 2016 Changes in this version + const ExecutorPollInterval + var ErrSignaledWhileWaiting = errors.New("signaled while waiting for executor") + type Config struct + CellID string + PreloadedRootFSes []string + RepAddress string + RetryInterval time.Duration + RootFSProviders []string + Zone string + type Maintainer struct + func New(config Config, executorClient executor.Client, serviceClient bbs.ServiceClient, ...) *Maintainer + func (m *Maintainer) Run(sigChan <-chan os.Signal, ready chan<- struct{}) error