Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tail ¶
type Tail struct {
// contains filtered or unexported fields
}
Tail represents a "tail" command streaming log outputs to stdout interface, and errors are written to stderr interface directly.
func NewTail ¶
func NewTail(ctx context.Context, clientset kubernetes.Interface) *Tail
NewTail instantiate Tail, using by default regular stdout and stderr.
Click to show internal directories.
Click to hide internal directories.