Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogEntry ¶
type LogEntry struct {
Level LogLevel `json:"level"`
Message string `json:"message"`
Time string `json:"time"`
Context string `json:"context"`
ParsedContext map[string]any
Logger string `json:"logger"`
PodName string `json:"podName"`
ContainerName string `json:"containerName"`
Namespace string `json:"namespace"`
}
Click to show internal directories.
Click to hide internal directories.