Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForAPIServerStarted (0.19 sec)

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

    	go func() {
    		defer close(runCompletedCh)
    		if err := s.PrepareRun().RunWithContext(stopCtx); err != nil {
    			t.Errorf("unexpected error from RunWithContext: %v", err)
    		}
    	}()
    	waitForAPIServerStarted(t, doer)
    
    	// fire the non long-running and the watch request so it is
    	// in-flight on the server now, and we will unblock them
    	// after ShutdownDelayDuration elapses.
    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