const testTimeoutClientUsername …
func TestWebhookTimeoutWithWatchCache(t *testing.T) { … }
func TestWebhookTimeoutWithoutWatchCache(t *testing.T) { … }
type invocation …
func testWebhookTimeout(t *testing.T, watchCache bool) { … }
type timeoutRecorder …
func (i *timeoutRecorder) Reset() { … }
func (i *timeoutRecorder) MarkerReceived(markers ...string) sets.String { … }
func (i *timeoutRecorder) RecordInvocation(call invocation) { … }
func newTimeoutWebhookHandler(recorder *timeoutRecorder) http.Handler { … }
var timeoutMarkerFixture …