You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"endpointsForAlias": endpointsForAlias, //returns the list of valid endpoints
105
-
"env": env, //tries to get an environment variable if it can't return a default
106
-
"matchPattern": matchPattern, //anchors provided regular expression and evaluates against given string
107
-
"isInteger": isInteger, //determines if a given variable is an integer
108
-
"matchValues": matchValues, //compares a given string to a list of allowed strings
104
+
"endpointsForAlias": endpointsForAlias, //returns the list of valid endpoints
105
+
"processEndpointsForAlias": processEndpointsForAlias, //returns the list of valid endpoints after processing them
106
+
"env": env, //tries to get an environment variable if it can't return a default
107
+
"matchPattern": matchPattern, //anchors provided regular expression and evaluates against given string
108
+
"isInteger": isInteger, //determines if a given variable is an integer
109
+
"matchValues": matchValues, //compares a given string to a list of allowed strings
109
110
110
111
"genSubdomainWildcardRegexp": genSubdomainWildcardRegexp, //generates a regular expression matching the subdomain for hosts (and paths) with a wildcard policy
111
112
"generateRouteRegexp": generateRouteRegexp, //generates a regular expression matching the route hosts (and paths)
0 commit comments