Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runGRPCProbeDeployment (0.16 sec)

  1. tests/integration/pilot/grpc_probe_test.go

    				{name: "rewrite-ready", rewrite: true, ready: true, openPort: true},
    			} {
    				t.NewSubTest(testCase.name).Run(func(t framework.TestContext) {
    					runGRPCProbeDeployment(t, ns, testCase.name, testCase.rewrite, testCase.ready, testCase.openPort)
    				})
    			}
    		})
    }
    
    func runGRPCProbeDeployment(ctx framework.TestContext, ns namespace.Instance, //nolint:interfacer
    	name string, rewrite bool, wantReady bool, openPort bool,
    ) {
    	ctx.Helper()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top