Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkInjectedValues (0.77 sec)

  1. tests/integration/pilot/proxyconfig/proxyconfig_test.go

    								},
    							},
    						}
    					}
    
    					instances := deployment.New(ctx, t.Clusters().Configs()...).WithConfig(echoConfig).BuildOrFail(t)
    					checkInjectedValues(t, instances, tc.expected)
    				})
    			}
    		})
    }
    
    func checkInjectedValues(t framework.TestContext, instances echo.Instances, values map[string]string) {
    	t.Helper()
    	for _, i := range instances {
    		i := i
    		attempts := 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top