Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/test/framework/components/echo/check/checkers.go

    		// Use the source network of the caller.
    		fromCluster.NetworkName(): cluster.Clusters{fromCluster},
    	})
    }
    
    // checkReachedSourceNetworkOnly verifies that the only network that was reached is the network where
    // the source workload resides.
    func checkReachedSourceNetworkOnly(result echo.CallResult, allClusters cluster.Clusters) error {
    	fromCluster := clusterFor(result.From)
    	if fromCluster == nil {
    		return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 03 16:19:07 UTC 2023
    - 17.5K bytes
    - Viewed (0)
Back to top