Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tw (0.13 sec)

  1. istioctl/pkg/writer/envoy/configdump/configdump.go

    		tw = tabwriter.NewWriter(c.Stdout, 0, 8, 1, ' ', 0)
    	)
    
    	if len(istioVersion) > 0 {
    		fmt.Fprintf(tw, "Istio Version:\t%s\n", istioVersion)
    	}
    	if len(istioProxySha) > 0 {
    		fmt.Fprintf(tw, "Istio Proxy Version:\t%s\n", istioProxySha)
    	}
    	if len(envoyVersion) > 0 {
    		fmt.Fprintf(tw, "Envoy Version:\t%s\n", envoyVersion)
    	}
    
    	return tw.Flush()
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Feb 29 20:46:41 GMT 2024
    - 7.4K bytes
    - Viewed (0)
Back to top