Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for refreshAndNotify (0.28 sec)

  1. pilot/pkg/model/network.go

    		// TTL expires, try to refresh TODO should this be < ttl?
    		timer: time.AfterFunc(ttl, n.refreshAndNotify(name)),
    	}
    
    	return addrs
    }
    
    // refreshAndNotify is triggered via time.AfterFunc and will recursively schedule itself that way until timer is cleaned
    // up via cleanupWatches.
    func (n *networkGatewayNameCache) refreshAndNotify(name string) func() {
    	return func() {
    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