Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2026 Changes in this version + type LogEntry struct + Hostname string + Level int + Metadata ... + Msg string + Name string + Namespace string + Pid int + Res struct{ ... } + Uid string + type StreamKind string + const AllowStream + const AnyStream + const DenyStream + const FailureStream + const MutateStream + const OperatorStream + const PolicyStream + type StreamReader struct + FilterStream StreamKind + JSON bool + func NewStreamReader(filterNamespace, filterName string) *StreamReader + func (p *StreamReader) LogFlush(writer io.Writer) + func (p *StreamReader) LogStream(writer io.Writer, logStream io.ReadCloser, timestamp bool) error + func (p *StreamReader) PodFilter(pods []corev1.Pod) map[string]string