Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func GetAllLogs(log string) ([]string, error) + func UncompressLog(log string) (_ io.ReadCloser, retErr error) + type ContainerLogManager interface + Start func() + func NewContainerLogManager(runtimeService internalapi.RuntimeService, maxSize string, maxFiles int) (ContainerLogManager, error) + func NewStubContainerLogManager() ContainerLogManager + type LogRotatePolicy struct + MaxFiles int + MaxSize int64