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
104
-
"env": env, //tries to get an environment variable if it can't return a default
105
-
"matchPattern": matchPattern, //anchors provided regular expression and evaluates against given string
106
-
"isInteger": isInteger, //determines if a given variable is an integer
107
-
"matchValues": matchValues, //compares a given string to a list of allowed strings
103
+
"endpointsForAlias": endpointsForAlias, //returns the list of valid endpoints
104
+
"randomEndpointsForAlias": randomEndpointsForAlias, //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
108
109
109
110
"genSubdomainWildcardRegexp": genSubdomainWildcardRegexp, //generates a regular expression matching the subdomain for hosts (and paths) with a wildcard policy
110
111
"generateRouteRegexp": generateRouteRegexp, //generates a regular expression matching the route hosts (and paths)
0 commit comments