Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newServiceExportCache (0.16 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller.go

    			ClusterID:       options.ClusterID,
    			Revision:        options.Revision,
    			XDSUpdater:      options.XDSUpdater,
    			LookupNetwork:   c.Network,
    		})
    	}
    	c.exports = newServiceExportCache(c)
    	c.imports = newServiceImportCache(c)
    
    	c.meshWatcher = options.MeshWatcher
    	if c.opts.MeshNetworksWatcher != nil {
    		c.networksHandlerRegistration = c.opts.MeshNetworksWatcher.AddNetworksHandler(func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top