Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mergedGlobalConfig (0.23 sec)

  1. pilot/pkg/model/proxy_config.go

    	// Merge the proxy config from default config.
    	effectiveProxyConfig = mergeWithPrecedence(mc.GetDefaultConfig(), effectiveProxyConfig)
    	if p.rootNamespace != "" {
    		effectiveProxyConfig = mergeWithPrecedence(p.mergedGlobalConfig(), effectiveProxyConfig)
    	}
    
    	if meta.Namespace != p.rootNamespace {
    		namespacedConfig := p.mergedNamespaceConfig(meta.Namespace)
    		effectiveProxyConfig = mergeWithPrecedence(namespacedConfig, effectiveProxyConfig)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:19 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top