Annotation Type RouteURL
Provides a URL of given OpenShift route. If the route is not resolvable, you need to set the
routerHost setting
to the IP address of the OpenShift router.- Author:
- Rob Cernich
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Returns:
- the route name
- Default:
- ""
-
namespace
String namespace- Returns:
- the namespace the route is located in. If not specified, the namespace the test used will be used
- Default:
- ""
-
path
String pathThepathpart of the URL that will be appended to the root route URL. Useful if you only need a single URL to the application behind the route and don't want to construct that URL programmatically. Defaults to/.- Default:
- "/"
-