Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doEdsCacheUpdate (0.12 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller.go

    	// in case the queue is stopped but the task has not been executed..
    	case <-s.edsQueue.Closed():
    		return
    	}
    }
    
    // doEdsCacheUpdate invokes XdsUpdater's EDSCacheUpdate to update endpoint shards.
    func (s *Controller) doEdsCacheUpdate(keys sets.Set[instancesKey]) {
    	endpoints := s.buildEndpoints(keys)
    	shard := model.ShardKeyFromRegistry(s)
    	// This is delete.
    	if len(endpoints) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
Back to top