Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorTimeout = fmt.Errorf("timed out")
Functions ¶
func WatchChangesUntil ¶
Types ¶
type SspWatch ¶
type SspWatch interface { Stop() Updates() <-chan *sspv1beta1.SSP Error() error }
func StartWatch ¶
func StartWatch(listerWatcher cache.ListerWatcher) (SspWatch, error)
Click to show internal directories.
Click to hide internal directories.