Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConnectionsForGroup (0.24 sec)

  1. pilot/pkg/autoregistration/connections.go

    	byProxy map[proxyKey]map[string]connection
    }
    
    func newAdsConnections() *adsConnections {
    	return &adsConnections{byProxy: map[proxyKey]map[string]connection{}}
    }
    
    func (m *adsConnections) ConnectionsForGroup(wg types.NamespacedName) []connection {
    	// collect the proxies that should be disconnected (don't remove them, OnDisconnect will)
    	m.Lock()
    	defer m.Unlock()
    	var conns []connection
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 19 20:41:55 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top