Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewRootCommand (0.09 sec)

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

    )
    
    const (
    	localHostIPv4 = "127.0.0.1"
    	localHostIPv6 = "::1"
    )
    
    var (
    	loggingOptions = log.DefaultOptions()
    	proxyArgs      options.ProxyArgs
    )
    
    func NewRootCommand(sds istioagent.SDSServiceFactory) *cobra.Command {
    	rootCmd := &cobra.Command{
    		Use:          "pilot-agent",
    		Short:        "Istio Pilot agent.",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top