package
Version:
v0.3.3
Opens a new window with list of versions in this module.
Published: Nov 11, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NodeLog struct {
Time string `json:"time"`
Node string `json:"node"`
Process string `json:"process"`
Log string `json:"log"`
}
type PodLog struct {
Time string `json:"time"`
Namespace string `json:"namespace"`
Pod string `json:"pod"`
Container string `json:"container"`
Log string `json:"log"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.