Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeGatewayWithRevision (0.21 sec)

  1. istioctl/pkg/waypoint/waypoint_test.go

    				makeGateway(constants.DefaultNamespaceWaypoint, "default", false, true),
    				makeGateway("bookinfo-valid", "bookinfo", true, true),
    				makeGateway("no-name-convention", "default", true, true),
    				makeGatewayWithRevision("bookinfo-rev", "bookinfo", true, true, "rev1"),
    			},
    			expectedOutFile: "combined-gateway",
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 04 15:53:09 GMT 2024
    - 4.4K bytes
    - Viewed (0)
Back to top