Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupDoer (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/genericapiserver_graceful_termination_test.go

    func TestGracefulTerminationWithKeepListeningDuringGracefulTerminationDisabled(t *testing.T) {
    	fakeAudit := &fakeAudit{}
    	s := newGenericAPIServer(t, fakeAudit, false)
    	connReusingClient := newClient(false)
    	doer := setupDoer(t, s.SecureServingInfo)
    
    	// handler for a non long-running and a watch request that
    	// we want to keep in flight through to the end.
    	inflightNonLongRunning := setupInFlightNonLongRunningRequestHandler(s)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top