Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOrCreateEndpointShard (0.19 sec)

  1. pilot/pkg/model/endpointshards.go

    	if !ok {
    		return nil, false
    	}
    	shards, ok := byNs[namespace]
    	return shards, ok
    }
    
    // GetOrCreateEndpointShard returns the shards. The second return parameter will be true if this service was seen
    // for the first time.
    func (e *EndpointIndex) GetOrCreateEndpointShard(serviceName, namespace string) (*EndpointShards, bool) {
    	e.mu.Lock()
    	defer e.mu.Unlock()
    
    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