Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dnsConfig (0.17 sec)

  1. tests/integration/ambient/baseline_test.go

    		}
    		istioctl.NewOrFail(t, t, istioctl.Config{}).InvokeOrFail(t, []string{
    			"waypoint",
    			"apply",
    			"--namespace",
    			nsConfig.Name(),
    			"--revision",
    			"foo",
    		})
    		waypointError := retry.UntilSuccess(func() error {
    			fetch := kubetest.NewPodFetch(t.AllClusters()[0], nsConfig.Name(), constants.GatewayNameLabel+"="+"sa")
    			pods, err := fetch()
    			if err != nil {
    				return err
    			}
    			if len(pods) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top