Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for makeGateway (0.26 sec)

  1. istioctl/pkg/waypoint/waypoint_test.go

    			args: strings.Split("list -A", " "),
    			gateways: []*gateway.Gateway{
    				makeGateway("bookinfo", "default", false, true),
    				makeGateway("bookinfo-invalid", "fake", true, false),
    				makeGateway(constants.DefaultNamespaceWaypoint, "default", false, true),
    				makeGateway("bookinfo-valid", "bookinfo", true, true),
    				makeGateway("no-name-convention", "default", true, true),
    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)
  2. istioctl/pkg/waypoint/waypoint.go

    	waypointName    = constants.DefaultNamespaceWaypoint
    	enrollNamespace bool
    )
    
    const waitTimeout = 90 * time.Second
    
    func Cmd(ctx cli.Context) *cobra.Command {
    	makeGateway := func(forApply bool) (*gateway.Gateway, error) {
    		ns := ctx.NamespaceOrDefault(ctx.Namespace())
    		if ctx.Namespace() == "" && !forApply {
    			ns = ""
    		}
    Go
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:40 GMT 2024
    - 15K bytes
    - Viewed (0)
Back to top