Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchEventConsumer ¶
type EventMerger ¶
type EventMerger struct {
// contains filtered or unexported fields
}
func NewEventMerger ¶
func NewEventMerger(interval time.Duration, consumer BatchEventConsumer, stopCh <-chan struct{}) *EventMerger
func (*EventMerger) Add ¶
func (m *EventMerger) Add(e watch.Event)
type ListResult ¶
type ListWatchCallback ¶
type ListWatchHelper ¶
type ListWatchHelper struct {
// contains filtered or unexported fields
}
func NewListWatchHelper ¶
func NewListWatchHelper(lw *ListWatch, callback ListWatchCallback) *ListWatchHelper
func (*ListWatchHelper) Run ¶
func (h *ListWatchHelper) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.