package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

All is like Parse except that it can be used in a for/range loop: for entry := range logparse.All(reader) { // entry is the next log entry.
Parse splits log output provided by the reader into individual log entries.

# Constants

# Structs

ErrorEntry captures the error encountered while reading the log input.
LogEntry captures some log entry which was recognized as coming from klog.
OtherEntry captures some log line which is not part of a klog log entry.

# Interfaces

Entry
Entry is the base type for a log entry.

# Type aliases