Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SvcUpdate (0.27 sec)

  1. pilot/pkg/model/endpointshards.go

    func (f *EndpointIndexUpdater) EDSCacheUpdate(shard ShardKey, serviceName string, namespace string, eps []*IstioEndpoint) {
    	f.Index.UpdateServiceEndpoints(shard, serviceName, namespace, eps)
    }
    
    func (f *EndpointIndexUpdater) SvcUpdate(shard ShardKey, hostname string, namespace string, event Event) {
    	if event == EventDelete {
    		f.Index.DeleteServiceShard(shard, hostname, namespace, false)
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top