Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reachableFromNaked (0.3 sec)

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

    		return match.Any
    	}
    	return match.And(
    		match.NotExternal,
    		match.NotHeadless,
    		match.NotWaypoint,
    	)
    }
    
    // reachableFromNaked filters out all virtual machines and any instance that isn't on the same network
    func reachableFromNaked(from echo.Instance) match.Matcher {
    	if !from.Config().IsNaked() {
    		return match.Any
    	}
    	return match.And(
    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