Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/cmd/pilot-agent/options/agent_proxy.go

    	PodName      string
    	PodNamespace string
    
    	// enableProfiling enables profiling via web interface host:port/debug/pprof/
    	EnableProfiling bool
    }
    
    // NewProxyArgs constructs proxyArgs with default values.
    func NewProxyArgs() ProxyArgs {
    	p := ProxyArgs{}
    
    	// Apply Default Values.
    	p.applyDefaults()
    
    	return p
    }
    
    // applyDefaults apply default value to ProxyArgs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 23:51:52 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top