var legacyContainerRegexp …
var containerRegexp …
var lastLineRegexp …
var firstLineRegexp …
type OomParser …
type OomInstance …
func getLegacyContainerName(line string, currentOomInstance *OomInstance) error { … }
func getContainerName(line string, currentOomInstance *OomInstance) (bool, error) { … }
func getProcessNamePid(line string, currentOomInstance *OomInstance) (bool, error) { … }
func checkIfStartOfOomMessages(line string) bool { … }
func (p *OomParser) StreamOoms(outStream chan<- *OomInstance) { … }
func New() (*OomParser, error) { … }
type glogAdapter …
var _ …
func (glogAdapter) Infof(format string, args ...interface{ … }
func (glogAdapter) Warningf(format string, args ...interface{ … }
func (glogAdapter) Errorf(format string, args ...interface{ … }