Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReachedClusters (0.27 sec)

  1. tests/integration/security/reachability_test.go

    												opts.Check = check.And(opts.Check, check.ReachedSourceCluster(t.Clusters()))
    											} else {
    												opts.Check = check.And(opts.Check, check.ReachedClusters(t.Clusters(), expectedClusters))
    											}
    										} else {
    											// Expect to stay in the same cluster as the source pod.
    											expectedClusters := cluster.Clusters{from.Config().Cluster}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/ingress_test.go

          - backend:
              service:
                name: b
                port:
                  number: 80
            path: %s
            pathType: Prefix
    `
    
    			successChecker := check.And(check.OK(), check.ReachedClusters(t.AllClusters(), apps.B.Clusters()))
    			failureChecker := check.Status(http.StatusNotFound)
    			count := 2 * t.Clusters().Len()
    
    			// TODO check all clusters were hit
    			cases := []struct {
    				name       string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top