Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 123a456 (0.27 sec)

  1. istioctl/pkg/dashboard/dashboard_test.go

    		},
    		{ // case 14
    			Args:           strings.Split("--browser=false controlz --selector app=example pod-123456-7890", " "),
    			ExpectedRegexp: regexp.MustCompile(".*Error: name cannot be provided when a selector is specified"),
    			WantException:  true,
    		},
    		{ // case 16
    			Args:           strings.Split("controlz --browser=false pod-123456-7890", " "),
    			ExpectedRegexp: regexp.MustCompile(".*http://localhost:3456"),
    			WantException:  false,
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Nov 21 01:17:24 GMT 2023
    - 4.3K bytes
    - Viewed (0)
Back to top