Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for outLines (0.1 sec)

  1. pilot/pkg/xds/delta.go

    	// to tell the receiving goroutines that all data have been sent."
    
    	// Block until either a request is received or a push is triggered.
    	// We need 2 go routines because 'read' blocks in Recv().
    	go s.receiveDelta(con, ids)
    
    	// Wait for the proxy to be fully initialized before we start serving traffic. Because
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    		os.Exit(1)
    	}
    
    	// Start volume manager
    	go kl.volumeManager.Run(kl.sourcesReady, wait.NeverStop)
    
    	if kl.kubeClient != nil {
    		// Start two go-routines to update the status.
    		//
    		// The first will report to the apiserver every nodeStatusUpdateFrequency and is aimed to provide regular status intervals,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top