Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 2s (0.03 sec)

  1. tests/integration/pilot/common/routing.go

    metadata:
      name: default
    spec:
      hosts:
      - {{ .dstSvc }}
      http:
      - route:
        - destination:
            host: {{ .dstSvc }}
        retries:
          attempts: 3
          perTryTimeout: 2s
          retryOn: gateway-error,connect-failure,refused-stream
          retryRemoteLocalities: true`,
    		opts: echo.CallOptions{
    			Port: echo.Port{
    				Name: "http",
    			},
    			Count: 1,
    			Check: check.OK(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top