func TestDecoratedWatcher(t *testing.T) { … } func expectPodEvent(t *testing.T, dw *decoratedWatcher, watchType watch.EventType) { … } func expectErrorEvent(t *testing.T, dw *decoratedWatcher) { … }
func TestDecoratedWatcher(t *testing.T) { … } func expectPodEvent(t *testing.T, dw *decoratedWatcher, watchType watch.EventType) { … } func expectErrorEvent(t *testing.T, dw *decoratedWatcher) { … }