kubernetes/test/integration/apiserver/admissionwebhook/client_auth_test.go

const testClientAuthClientUsername

// TestWebhookClientAuthWithAggregatorRouting ensures client auth is used for requests to URL backends
func TestWebhookClientAuthWithAggregatorRouting(t *testing.T) {}

// TestWebhookClientAuthWithoutAggregatorRouting ensures client auth is used for requests to URL backends
func TestWebhookClientAuthWithoutAggregatorRouting(t *testing.T) {}

func testWebhookClientAuth(t *testing.T, enableAggregatorRouting bool) {}

type clientAuthRecorder

// Reset zeros out all counts and returns a channel that is closed when the first admission of the
// marker object is received.
func (i *clientAuthRecorder) Reset() chan struct{}

func (i *clientAuthRecorder) MarkerReceived() {}

func newClientAuthWebhookHandler(t *testing.T, recorder *clientAuthRecorder) http.Handler {}

var clientAuthMarkerFixture