mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Initialising nodesStore in KubeDNS
This commit is contained in:
		@@ -125,6 +125,7 @@ func NewKubeDNS(client clientset.Interface, domain string, federations map[strin
 | 
			
		||||
		domain:           domain,
 | 
			
		||||
		cache:            NewTreeCache(),
 | 
			
		||||
		cacheLock:        sync.RWMutex{},
 | 
			
		||||
		nodesStore:       kcache.NewStore(kcache.MetaNamespaceKeyFunc),
 | 
			
		||||
		reverseRecordMap: make(map[string]*skymsg.Service),
 | 
			
		||||
		domainPath:       reverseArray(strings.Split(strings.TrimRight(domain, "."), ".")),
 | 
			
		||||
		federations:      federations,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user