Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateServiceEntryInstancesPerConfig (0.65 sec)

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

    func (s *serviceInstancesStore) updateServiceEntryInstances(key types.NamespacedName, instances map[configKey][]*model.ServiceInstance) {
    	s.instancesBySE[key] = instances
    }
    
    func (s *serviceInstancesStore) updateServiceEntryInstancesPerConfig(key types.NamespacedName, cKey configKey, instances []*model.ServiceInstance) {
    	if s.instancesBySE[key] == nil {
    		s.instancesBySE[key] = map[configKey][]*model.ServiceInstance{}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top