Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPodNotRunning = errors.New(`is not running`) ErrPodStatusUnknown = errors.New(`status is unknown`) )
Functions ¶
func ParseSinceSeconds ¶
Types ¶
type OuterRequestArgs ¶
type PodLog ¶
type PodLog struct {
Args *PodLogArgs
}
func NewPodLog ¶
func NewPodLog(args *OuterRequestArgs) (*PodLog, error)
func (*PodLog) GetPodLogEntry ¶
func (pl *PodLog) GetPodLogEntry(accept func(io.ReadCloser)) error
Click to show internal directories.
Click to hide internal directories.