Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for serverShuttingDownCh (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/watch.go

    		}
    		encoder = runtime.NewEncoderWithAllocator(encoderWithAllocator, memoryAllocator)
    	}
    
    	var serverShuttingDownCh <-chan struct{}
    	if signals := apirequest.ServerShutdownSignalFrom(req.Context()); signals != nil {
    		serverShuttingDownCh = signals.ShuttingDown()
    	}
    
    	server := &WatchServer{
    		Watching: watcher,
    		Scope:    scope,
    
    		UseTextFraming:  useTextFraming,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 14 16:37:25 UTC 2023
    - 11.4K bytes
    - Viewed (0)
Back to top