Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ENVOY_PATH (0.08 sec)

  1. pkg/istio-agent/agent_test.go

    	resp.ProxyConfig.ConfigPath = d
    	resp.ProxyConfig.BinaryPath = filepath.Join(env.LocalOut, "envoy")
    	if path, exists := pkgenv.Register("ENVOY_PATH", "", "Specifies the path to an Envoy binary.").Lookup(); exists {
    		resp.ProxyConfig.BinaryPath = path
    	}
    	resp.ProxyConfig.TerminationDrainDuration = nil           // no need to be graceful in a test
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top