Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewStreamerFunc ¶
type NewStreamerFunc func(p typedv1.PodInterface, name string, o *corev1.PodLogOptions) Streamer
NewStreamerFunc must return and Streamer given the pod details
type Streamer ¶
type Streamer interface {
Stream() (io.ReadCloser, error)
}
Streamer provides Stream method
Click to show internal directories.
Click to hide internal directories.