Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadLogs ¶
func ReadLogs(path, containerID string, opts *LogOptions, runtimeService internalapi.RuntimeService, stdout, stderr io.Writer) error
ReadLogs read the container log and redirect into stdout and stderr. Note that containerID is only needed when following the log, or else just pass in empty string "".
Types ¶
type LogOptions ¶
type LogOptions struct {
// contains filtered or unexported fields
}
LogOptions is the CRI internal type of all log options.
func NewLogOptions ¶
func NewLogOptions(apiOpts *v1.PodLogOptions, now time.Time) *LogOptions
NewLogOptions convert the v1.PodLogOptions to CRI internal LogOptions.
Click to show internal directories.
Click to hide internal directories.