Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogStream ¶
func LogStream(ctx context.Context, filter *WorkloadLogSubscriptionFilter) (<-chan *WorkloadLogLine, error)
Types ¶
type Streamer ¶
type Streamer interface {
Logs(ctx context.Context, filter *WorkloadLogSubscriptionFilter) (<-chan *WorkloadLogLine, error)
}
func NewLogStreamer ¶
func NewLogStreamer(clientSets map[string]kubernetes.Interface, log logrus.FieldLogger) Streamer
type WorkloadLogLine ¶
Click to show internal directories.
Click to hide internal directories.