Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyAnnotations (0.1 sec)

  1. pilot/cmd/pilot-agent/config/config.go

    			proxyConfig.StatsdUdpAddress = ""
    		} else {
    			proxyConfig.StatsdUdpAddress = addr
    		}
    	}
    	if err := agent.ValidateMeshConfigProxyConfig(proxyConfig); err != nil {
    		return nil, err
    	}
    	return applyAnnotations(proxyConfig, annotations), nil
    }
    
    // getMeshConfig gets the mesh config to use for proxy configuration
    // 1. First we take the default config
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top