Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupEnvoyServerStatsConfig (0.14 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    	if err != nil {
    		return "", fmt.Errorf("failed to execute command on Envoy: %v", err)
    	}
    	return string(result), nil
    }
    
    func setupEnvoyServerStatsConfig(kubeClient kube.CLIClient, podName, podNamespace string, outputFormat string) (string, error) {
    	path := "stats"
    	switch outputFormat {
    	case "", summaryOutput:
    	case jsonOutput, yamlOutput:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 15:53:49 UTC 2024
    - 50.6K bytes
    - Viewed (0)
Back to top