Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MergedWatch ¶
type MergedWatch struct {
// contains filtered or unexported fields
}
func NewMergedWatch ¶
func NewMergedWatch(watchers ...watch.Interface) *MergedWatch
func (*MergedWatch) ResultChan ¶
func (mw *MergedWatch) ResultChan() <-chan watch.Event
func (*MergedWatch) Stop ¶
func (mw *MergedWatch) Stop()
Click to show internal directories.
Click to hide internal directories.