Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	Run(stop <-chan struct{})
    
    	// HasSynced indicates whether the kube createClient has synced for the watched resources.
    	HasSynced() bool
    }
    
    // newServiceExportCache creates a new serviceExportCache that observes the given cluster.
    func newServiceExportCache(c *Controller) serviceExportCache {
    	if features.EnableMCSServiceDiscovery {
    		ec := &serviceExportCacheImpl{
    			Controller: c,
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top