Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tests/integration/pilot/workloadentry_test.go

    								// that selector helps us verify that we reached the endpoints due to the WorkloadEntry and not regular multicluster service discovery
    								Check:                   check.ReachedClusters(t.Clusters(), apps.A.Clusters().Configs()),
    								Address:                 "serviceentry.mesh.global",
    								Port:                    ports.HTTP,
    								Scheme:                  scheme.HTTP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. tests/integration/pilot/multicluster_test.go

    							source.CallOrFail(t, echo.CallOptions{
    								To: to,
    								Port: echo.Port{
    									Name: "http",
    								},
    								Check: check.And(
    									check.OK(),
    									check.ReachedClusters(t.AllClusters(), cluster.Clusters{source.Config().Cluster}),
    								),
    								Retry: echo.Retry{
    									Options: []retry.Option{multiclusterRetryDelay, multiclusterRetryTimeout},
    								},
    							})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top