Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reachableWaypoints (0.19 sec)

  1. pkg/test/framework/components/echo/echotest/filters.go

    		reachableFromVM(from),
    		reachableFromProxylessGRPC(from),
    		reachableNakedDestinations(from),
    		reachableHeadlessDestinations(from),
    		reachableWaypoints(from)).
    		GetMatches(to)
    }
    
    // reachableWaypoints removes waypointed targets when the client doesn't
    func reachableWaypoints(from echo.Instance) match.Matcher {
    	if from.Config().WaypointClient() {
    		return match.Any
    	}
    	return match.NotWaypoint
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 29 23:48:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top