Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pushContextReady (0.2 sec)

  1. pilot/pkg/bootstrap/server.go

    	// pushes.
    	expected := s.XDSServer.InboundUpdates.Load()
    	return kubelib.WaitForCacheSync("push context", stop, func() bool { return s.pushContextReady(expected) })
    }
    
    // pushContextReady indicates whether pushcontext has processed all inbound config updates.
    func (s *Server) pushContextReady(expected int64) bool {
    	committed := s.XDSServer.CommittedUpdates.Load()
    	if committed < expected {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top