Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/config/mesh/watcher.go

    func (w *internalWatcher) HandleMeshConfig(meshConfig *meshconfig.MeshConfig) {
    	w.mutex.Lock()
    	defer w.mutex.Unlock()
    	w.handleMeshConfigInternal(meshConfig)
    }
    
    // handleMeshConfigInternal behaves the same as HandleMeshConfig but must be called under a lock
    func (w *internalWatcher) handleMeshConfigInternal(meshConfig *meshconfig.MeshConfig) {
    	var handlers []*WatcherHandlerRegistration
    
    	current := w.MeshConfig.Load()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 20 18:33:38 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top