Function: getRouteUseClusterURL()
function getRouteUseClusterURL(route: Route): boolean
Should the route use a cluster URL?
Parameters
Parameter | Type | Description |
---|---|---|
route | Route |
Returns
boolean
true when a cluster URL contains cluster in the URL. eg. /c/minikube/my-url false, the URL does not contain the cluster. eg. /my-url