Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolveAndCache (0.49 sec)

  1. pilot/pkg/model/network.go

    	// even if it does, this happens on the SotW ingestion path (kube or meshnetworks changes) and not xds push path.
    	return n.resolveAndCache(name)
    }
    
    func (n *networkGatewayNameCache) resolveAndCache(name string) []string {
    	entry, ok := n.cache[name]
    	if ok {
    		entry.timer.Stop()
    	}
    	delete(n.cache, name)
    	addrs, ttl, err := n.resolve(name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 16.9K bytes
    - Viewed (0)
Back to top