# Functions
ConstructLogDetails creates a new log details structure for given parameters.
GetLogDetails returns logs for particular pod and container.
GetLogFile returns a stream to the log file which can be piped directly to the response.
No description provided by the author
ToLogLines converts rawLogs (string) to LogLines.
# Constants
Load logs from the beginning or the end of the log file.
Load logs from the beginning or the end of the log file.
No description provided by the author
No description provided by the author
# Variables
Returns all logs.
Default number of lines that should be returned in case of invalid request.
Default log view selector that is used in case of invalid request Downloads newest DefaultDisplayNumLogLines lines.
LINE_INDEX_NOT_FOUND is returned if requested line could not be found.
MaxLogLines is a number that will be certainly bigger than any number of logs.
NewestLogLineId is the reference Id of the newest line.
OldestLogLineId is the reference Id of the oldest line.
# Structs
Representation of log lines.
Meta information about the selected log lines.
A single log line.
LogLineId uniquely identifies a line in logs - immune to log addition/deletion.
Selection of a slice of logs.
# Type aliases
LogLines provides means of selecting log views.
LogTimestamp is a timestamp that appears on the beginning of each log line.