- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestPrintProxyConfigSummary (0.16 sec)
-
istioctl/pkg/proxyconfig/proxyconfig_test.go
strings.Join(c.args, " "), output) } } else { if fErr != nil { t.Fatalf("Unwanted exception for 'istioctl %s': %v", strings.Join(c.args, " "), fErr) } } } func TestPrintProxyConfigSummary(t *testing.T) { cmd := ProxyConfig(cli.NewFakeContext(&cli.NewFakeContextOption{ Namespace: "default", })) cmd.SetArgs([]string{ "all", "-f", "testdata/config_dump.json", })
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Apr 10 21:51:29 UTC 2024 - 8.9K bytes - Viewed (0)