Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readConfigMap (0.33 sec)

  1. pkg/config/mesh/kubemesh/watcher.go

    		}
    		if multiWatch {
    			meshConfig := meshConfigMapData(cm, key)
    			w.HandleMeshConfigData(meshConfig)
    			return
    		}
    		// Original behavior - just per-revision config
    		meshConfig, err := ReadConfigMap(cm, key)
    		if err != nil {
    			// Keep the last known config in case there's a misconfiguration issue.
    			log.Errorf("failed to read mesh config from ConfigMap: %v", err)
    			return
    		}
    		w.HandleMeshConfig(meshConfig)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 25 20:54:46 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top