Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version + const MesosSource + func Mesos(stop <-chan struct{}, out chan<- interface{}, podWatch *cache.ListWatch, ...) + type Filter interface + Accept func(*api.Pod) (*api.Pod, bool) + After func() + Before func(podCount int) + type FilterFunc func(*api.Pod) (*api.Pod, bool) + func (f FilterFunc) Accept(pod *api.Pod) (*api.Pod, bool) + func (f FilterFunc) After() + func (f FilterFunc) Before(_ int) + type Option func(*Source) + func ContainerEnvOverlay(env []api.EnvVar) Option + type Source struct