Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogOptions ¶
type LogOptions struct {
Details bool
Follow bool
Since time.Time
Tail uint64
Timestamps bool
// contains filtered or unexported fields
}
LogOptions is the options you can use for logs
type LogStreamType ¶
type LogStreamType string
LogStreamType is the type of the stream in CRI container log.
const ( // Stdout is the stream type for stdout. Stdout LogStreamType = "stdout" // Stderr is the stream type for stderr. Stderr LogStreamType = "stderr" )
Click to show internal directories.
Click to hide internal directories.