Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DumpAll (0.33 sec)

  1. tests/integration/pilot/istioctl_test.go

    			}
    			output, _ = istioCtl.InvokeOrFail(t, args)
    			jsonOutput = jsonUnmarshallOrFail(t, strings.Join(args, " "), output)
    			dumpAll, ok := jsonOutput.(map[string]any)
    			if !ok {
    				t.Fatalf("Failed to parse istioctl %s config dump to top level map", strings.Join(args, " "))
    			}
    			rawConfigs, ok := dumpAll["configs"].([]any)
    			if !ok {
    				t.Fatalf("Failed to parse istioctl %s config dump to slice of any", strings.Join(args, " "))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top