type testEventSeriesSink …
func (t *testEventSeriesSink) Create(ctx context.Context, e *eventsv1.Event) (*eventsv1.Event, error) { … }
func (t *testEventSeriesSink) Update(ctx context.Context, e *eventsv1.Event) (*eventsv1.Event, error) { … }
func (t *testEventSeriesSink) Patch(ctx context.Context, e *eventsv1.Event, p []byte) (*eventsv1.Event, error) { … }
func TestEventSeriesf(t *testing.T) { … }
func TestEventSeriesWithEventSinkImplRace(t *testing.T) { … }
func validateEvent(messagePrefix string, expectedUpdate bool, actualEvent *eventsv1.Event, expectedEvent *eventsv1.Event, t *testing.T) { … }
func TestFinishSeries(t *testing.T) { … }
func TestRefreshExistingEventSeries(t *testing.T) { … }