Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shutdownDelayDurationElapsedCh (0.34 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/with_retry_after.go

    //   - 'Connection: close': tear down the TCP connection
    //
    // TODO: is there a way to merge WithWaitGroup and this filter?
    func WithRetryAfter(handler http.Handler, shutdownDelayDurationElapsedCh <-chan struct{}) http.Handler {
    	shutdownRetryAfterParams := &retryAfterParams{
    		TearDownConnection: true,
    		Message:            "The apiserver is shutting down, please try again later.",
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 31 14:10:46 UTC 2021
    - 4.9K bytes
    - Viewed (0)
Back to top