mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 11:20:28 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c5ddedf104
commit
df7a53b6d4
4 changed files with 72 additions and 74 deletions
|
@ -265,8 +265,8 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
full_path_match:
|
full_path_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request
|
||||||
exactly match the value specified in fullPathMatch after removing
|
must exactly match the value specified in fullPathMatch after removing
|
||||||
any query parameters and anchor that may be part of the original
|
any query parameters and anchor that may be part of the original
|
||||||
URL. FullPathMatch must be between 1 and 1024 characters. Only one
|
URL. FullPathMatch must be between 1 and 1024 characters. Only one
|
||||||
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -343,12 +343,11 @@ options:
|
||||||
type: int
|
type: int
|
||||||
regex_match:
|
regex_match:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression
|
- 'The value of the header must match the regular expression specified
|
||||||
specified in regexMatch. For regular expression grammar, please
|
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
For matching against a port specified in the HTTP request, use
|
||||||
against a port specified in the HTTP request, use a headerMatch
|
a headerMatch with headerName set to PORT and a regular expression
|
||||||
with headerName set to PORT and a regular expression that satisfies
|
that satisfies the RFC2616 Host header''s port specifier.'
|
||||||
the RFC2616 Host header''s port specifier.'
|
|
||||||
- Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
|
- Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
|
||||||
presentMatch or rangeMatch must be set.
|
presentMatch or rangeMatch must be set.
|
||||||
required: false
|
required: false
|
||||||
|
@ -420,10 +419,10 @@ options:
|
||||||
type: str
|
type: str
|
||||||
prefix_match:
|
prefix_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must begin
|
- For satisfying the matchRule condition, the request's path must
|
||||||
with the specified prefixMatch. prefixMatch must begin with a /.
|
begin with the specified prefixMatch. prefixMatch must begin with
|
||||||
The value must be between 1 and 1024 characters. Only one of prefixMatch,
|
a /. The value must be between 1 and 1024 characters. Only one of
|
||||||
fullPathMatch or regexMatch must be specified.
|
prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
query_parameter_matches:
|
query_parameter_matches:
|
||||||
|
@ -467,10 +466,10 @@ options:
|
||||||
type: str
|
type: str
|
||||||
regex_match:
|
regex_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request
|
||||||
satisfy the regular expression specified in regexMatch after removing
|
must satisfy the regular expression specified in regexMatch after
|
||||||
any query parameters and anchor supplied with the original URL.
|
removing any query parameters and anchor supplied with the original
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
|
Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
|
@ -516,7 +515,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -674,7 +673,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
retry_conditions:
|
retry_conditions:
|
||||||
description:
|
description:
|
||||||
- 'Specfies one or more conditions when this retry rule applies.
|
- 'Specifies one or more conditions when this retry rule applies.
|
||||||
Valid values are: * 5xx: Loadbalancer will attempt a retry if
|
Valid values are: * 5xx: Loadbalancer will attempt a retry if
|
||||||
the backend service responds with any 5xx response code, or
|
the backend service responds with any 5xx response code, or
|
||||||
if the backend service does not respond at all, example: disconnects,
|
if the backend service does not respond at all, example: disconnects,
|
||||||
|
@ -1010,7 +1009,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -1878,7 +1877,7 @@ pathMatchers:
|
||||||
contains:
|
contains:
|
||||||
fullPathMatch:
|
fullPathMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request must
|
||||||
exactly match the value specified in fullPathMatch after removing
|
exactly match the value specified in fullPathMatch after removing
|
||||||
any query parameters and anchor that may be part of the original URL.
|
any query parameters and anchor that may be part of the original URL.
|
||||||
FullPathMatch must be between 1 and 1024 characters. Only one of prefixMatch,
|
FullPathMatch must be between 1 and 1024 characters. Only one of prefixMatch,
|
||||||
|
@ -1954,7 +1953,7 @@ pathMatchers:
|
||||||
type: int
|
type: int
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression specified
|
- 'The value of the header must match the regular expression specified
|
||||||
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
For matching against a port specified in the HTTP request, use
|
For matching against a port specified in the HTTP request, use
|
||||||
a headerMatch with headerName set to PORT and a regular expression
|
a headerMatch with headerName set to PORT and a regular expression
|
||||||
|
@ -2025,7 +2024,7 @@ pathMatchers:
|
||||||
type: str
|
type: str
|
||||||
prefixMatch:
|
prefixMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must begin
|
- For satisfying the matchRule condition, the request's path must begin
|
||||||
with the specified prefixMatch. prefixMatch must begin with a /. The
|
with the specified prefixMatch. prefixMatch must begin with a /. The
|
||||||
value must be between 1 and 1024 characters. Only one of prefixMatch,
|
value must be between 1 and 1024 characters. Only one of prefixMatch,
|
||||||
fullPathMatch or regexMatch must be specified.
|
fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -2070,7 +2069,7 @@ pathMatchers:
|
||||||
type: str
|
type: str
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request must
|
||||||
satisfy the regular expression specified in regexMatch after removing
|
satisfy the regular expression specified in regexMatch after removing
|
||||||
any query parameters and anchor supplied with the original URL. For
|
any query parameters and anchor supplied with the original URL. For
|
||||||
regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
|
@ -2114,8 +2113,8 @@ pathMatchers:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
|
@ -2260,7 +2259,7 @@ pathMatchers:
|
||||||
type: str
|
type: str
|
||||||
retryConditions:
|
retryConditions:
|
||||||
description:
|
description:
|
||||||
- 'Specfies one or more conditions when this retry rule applies.
|
- 'Specifies one or more conditions when this retry rule applies.
|
||||||
Valid values are: * 5xx: Loadbalancer will attempt a retry if
|
Valid values are: * 5xx: Loadbalancer will attempt a retry if
|
||||||
the backend service responds with any 5xx response code, or if
|
the backend service responds with any 5xx response code, or if
|
||||||
the backend service does not respond at all, example: disconnects,
|
the backend service does not respond at all, example: disconnects,
|
||||||
|
@ -2565,8 +2564,8 @@ pathMatchers:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
|
|
|
@ -329,7 +329,7 @@ resources:
|
||||||
contains:
|
contains:
|
||||||
fullPathMatch:
|
fullPathMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request
|
- For satisfying the matchRule condition, the path of the request
|
||||||
must exactly match the value specified in fullPathMatch after
|
must exactly match the value specified in fullPathMatch after
|
||||||
removing any query parameters and anchor that may be part of the
|
removing any query parameters and anchor that may be part of the
|
||||||
original URL. FullPathMatch must be between 1 and 1024 characters.
|
original URL. FullPathMatch must be between 1 and 1024 characters.
|
||||||
|
@ -405,7 +405,7 @@ resources:
|
||||||
type: int
|
type: int
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression
|
- 'The value of the header must match the regular expression
|
||||||
specified in regexMatch. For regular expression grammar, please
|
specified in regexMatch. For regular expression grammar, please
|
||||||
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
||||||
against a port specified in the HTTP request, use a headerMatch
|
against a port specified in the HTTP request, use a headerMatch
|
||||||
|
@ -480,7 +480,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
prefixMatch:
|
prefixMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must
|
- For satisfying the matchRule condition, the request's path must
|
||||||
begin with the specified prefixMatch. prefixMatch must begin with
|
begin with the specified prefixMatch. prefixMatch must begin with
|
||||||
a /. The value must be between 1 and 1024 characters. Only one
|
a /. The value must be between 1 and 1024 characters. Only one
|
||||||
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -526,7 +526,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request
|
- For satisfying the matchRule condition, the path of the request
|
||||||
must satisfy the regular expression specified in regexMatch after
|
must satisfy the regular expression specified in regexMatch after
|
||||||
removing any query parameters and anchor supplied with the original
|
removing any query parameters and anchor supplied with the original
|
||||||
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
|
@ -574,7 +574,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or
|
An origin is allowed if it matches either allow_origins or
|
||||||
allow_origin_regex.
|
allow_origin_regex.
|
||||||
|
@ -723,7 +723,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
retryConditions:
|
retryConditions:
|
||||||
description:
|
description:
|
||||||
- 'Specfies one or more conditions when this retry rule applies.
|
- 'Specifies one or more conditions when this retry rule applies.
|
||||||
Valid values are: * 5xx: Loadbalancer will attempt a retry
|
Valid values are: * 5xx: Loadbalancer will attempt a retry
|
||||||
if the backend service responds with any 5xx response code,
|
if the backend service responds with any 5xx response code,
|
||||||
or if the backend service does not respond at all, example:
|
or if the backend service does not respond at all, example:
|
||||||
|
@ -1037,7 +1037,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or
|
An origin is allowed if it matches either allow_origins or
|
||||||
allow_origin_regex.
|
allow_origin_regex.
|
||||||
|
|
|
@ -373,7 +373,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -911,8 +911,8 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
full_path_match:
|
full_path_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request
|
||||||
exactly match the value specified in fullPathMatch after removing
|
must exactly match the value specified in fullPathMatch after removing
|
||||||
any query parameters and anchor that may be part of the original
|
any query parameters and anchor that may be part of the original
|
||||||
URL. FullPathMatch must be between 1 and 1024 characters. Only one
|
URL. FullPathMatch must be between 1 and 1024 characters. Only one
|
||||||
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -989,12 +989,11 @@ options:
|
||||||
type: int
|
type: int
|
||||||
regex_match:
|
regex_match:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression
|
- 'The value of the header must match the regular expression specified
|
||||||
specified in regexMatch. For regular expression grammar, please
|
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
For matching against a port specified in the HTTP request, use
|
||||||
against a port specified in the HTTP request, use a headerMatch
|
a headerMatch with headerName set to PORT and a regular expression
|
||||||
with headerName set to PORT and a regular expression that satisfies
|
that satisfies the RFC2616 Host header''s port specifier.'
|
||||||
the RFC2616 Host header''s port specifier.'
|
|
||||||
- Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
|
- Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
|
||||||
presentMatch or rangeMatch must be set.
|
presentMatch or rangeMatch must be set.
|
||||||
required: false
|
required: false
|
||||||
|
@ -1066,10 +1065,10 @@ options:
|
||||||
type: str
|
type: str
|
||||||
prefix_match:
|
prefix_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must begin
|
- For satisfying the matchRule condition, the request's path must
|
||||||
with the specified prefixMatch. prefixMatch must begin with a /.
|
begin with the specified prefixMatch. prefixMatch must begin with
|
||||||
The value must be between 1 and 1024 characters. Only one of prefixMatch,
|
a /. The value must be between 1 and 1024 characters. Only one of
|
||||||
fullPathMatch or regexMatch must be specified.
|
prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
query_parameter_matches:
|
query_parameter_matches:
|
||||||
|
@ -1113,10 +1112,10 @@ options:
|
||||||
type: str
|
type: str
|
||||||
regex_match:
|
regex_match:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request
|
||||||
satisfy the regular expression specified in regexMatch after removing
|
must satisfy the regular expression specified in regexMatch after
|
||||||
any query parameters and anchor supplied with the original URL.
|
removing any query parameters and anchor supplied with the original
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
|
Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
|
@ -1162,7 +1161,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -1923,7 +1922,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed origins.
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins
|
An origin is allowed if it matches either an item in allowOrigins
|
||||||
or an item in allowOriginRegexes.
|
or an item in allowOriginRegexes.
|
||||||
|
@ -2420,7 +2419,7 @@ options:
|
||||||
type: list
|
type: list
|
||||||
allow_origin_regexes:
|
allow_origin_regexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed origins.
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins or
|
An origin is allowed if it matches either an item in allowOrigins or
|
||||||
an item in allowOriginRegexes.
|
an item in allowOriginRegexes.
|
||||||
|
@ -2942,8 +2941,8 @@ pathMatchers:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
|
@ -3440,7 +3439,7 @@ pathMatchers:
|
||||||
contains:
|
contains:
|
||||||
fullPathMatch:
|
fullPathMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request must
|
||||||
exactly match the value specified in fullPathMatch after removing
|
exactly match the value specified in fullPathMatch after removing
|
||||||
any query parameters and anchor that may be part of the original URL.
|
any query parameters and anchor that may be part of the original URL.
|
||||||
FullPathMatch must be between 1 and 1024 characters. Only one of prefixMatch,
|
FullPathMatch must be between 1 and 1024 characters. Only one of prefixMatch,
|
||||||
|
@ -3516,7 +3515,7 @@ pathMatchers:
|
||||||
type: int
|
type: int
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression specified
|
- 'The value of the header must match the regular expression specified
|
||||||
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
For matching against a port specified in the HTTP request, use
|
For matching against a port specified in the HTTP request, use
|
||||||
a headerMatch with headerName set to PORT and a regular expression
|
a headerMatch with headerName set to PORT and a regular expression
|
||||||
|
@ -3587,7 +3586,7 @@ pathMatchers:
|
||||||
type: str
|
type: str
|
||||||
prefixMatch:
|
prefixMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must begin
|
- For satisfying the matchRule condition, the request's path must begin
|
||||||
with the specified prefixMatch. prefixMatch must begin with a /. The
|
with the specified prefixMatch. prefixMatch must begin with a /. The
|
||||||
value must be between 1 and 1024 characters. Only one of prefixMatch,
|
value must be between 1 and 1024 characters. Only one of prefixMatch,
|
||||||
fullPathMatch or regexMatch must be specified.
|
fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -3632,7 +3631,7 @@ pathMatchers:
|
||||||
type: str
|
type: str
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request must
|
- For satisfying the matchRule condition, the path of the request must
|
||||||
satisfy the regular expression specified in regexMatch after removing
|
satisfy the regular expression specified in regexMatch after removing
|
||||||
any query parameters and anchor supplied with the original URL. For
|
any query parameters and anchor supplied with the original URL. For
|
||||||
regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
|
@ -3676,8 +3675,8 @@ pathMatchers:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
An origin is allowed if it matches either allow_origins or allow_origin_regex.
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
|
@ -4380,7 +4379,7 @@ pathMatchers:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed origins.
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins
|
An origin is allowed if it matches either an item in allowOrigins
|
||||||
or an item in allowOriginRegexes.
|
or an item in allowOriginRegexes.
|
||||||
|
@ -4834,7 +4833,7 @@ defaultRouteAction:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed origins.
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins or an
|
An origin is allowed if it matches either an item in allowOrigins or an
|
||||||
item in allowOriginRegexes.
|
item in allowOriginRegexes.
|
||||||
|
|
|
@ -428,7 +428,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or
|
An origin is allowed if it matches either allow_origins or
|
||||||
allow_origin_regex.
|
allow_origin_regex.
|
||||||
|
@ -933,7 +933,7 @@ resources:
|
||||||
contains:
|
contains:
|
||||||
fullPathMatch:
|
fullPathMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request
|
- For satisfying the matchRule condition, the path of the request
|
||||||
must exactly match the value specified in fullPathMatch after
|
must exactly match the value specified in fullPathMatch after
|
||||||
removing any query parameters and anchor that may be part of the
|
removing any query parameters and anchor that may be part of the
|
||||||
original URL. FullPathMatch must be between 1 and 1024 characters.
|
original URL. FullPathMatch must be between 1 and 1024 characters.
|
||||||
|
@ -1009,7 +1009,7 @@ resources:
|
||||||
type: int
|
type: int
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- 'The value of the header must match the regualar expression
|
- 'The value of the header must match the regular expression
|
||||||
specified in regexMatch. For regular expression grammar, please
|
specified in regexMatch. For regular expression grammar, please
|
||||||
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
see: en.cppreference.com/w/cpp/regex/ecmascript For matching
|
||||||
against a port specified in the HTTP request, use a headerMatch
|
against a port specified in the HTTP request, use a headerMatch
|
||||||
|
@ -1084,7 +1084,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
prefixMatch:
|
prefixMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the request's path must
|
- For satisfying the matchRule condition, the request's path must
|
||||||
begin with the specified prefixMatch. prefixMatch must begin with
|
begin with the specified prefixMatch. prefixMatch must begin with
|
||||||
a /. The value must be between 1 and 1024 characters. Only one
|
a /. The value must be between 1 and 1024 characters. Only one
|
||||||
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
of prefixMatch, fullPathMatch or regexMatch must be specified.
|
||||||
|
@ -1130,7 +1130,7 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
regexMatch:
|
regexMatch:
|
||||||
description:
|
description:
|
||||||
- For satifying the matchRule condition, the path of the request
|
- For satisfying the matchRule condition, the path of the request
|
||||||
must satisfy the regular expression specified in regexMatch after
|
must satisfy the regular expression specified in regexMatch after
|
||||||
removing any query parameters and anchor supplied with the original
|
removing any query parameters and anchor supplied with the original
|
||||||
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
URL. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
|
@ -1178,7 +1178,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either allow_origins or
|
An origin is allowed if it matches either allow_origins or
|
||||||
allow_origin_regex.
|
allow_origin_regex.
|
||||||
|
@ -1895,8 +1895,8 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
origins. For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins
|
An origin is allowed if it matches either an item in allowOrigins
|
||||||
or an item in allowOriginRegexes.
|
or an item in allowOriginRegexes.
|
||||||
returned: success
|
returned: success
|
||||||
|
@ -2356,7 +2356,7 @@ resources:
|
||||||
type: list
|
type: list
|
||||||
allowOriginRegexes:
|
allowOriginRegexes:
|
||||||
description:
|
description:
|
||||||
- Specifies the regualar expression patterns that match allowed origins.
|
- Specifies the regular expression patterns that match allowed origins.
|
||||||
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
For regular expression grammar please see en.cppreference.com/w/cpp/regex/ecmascript
|
||||||
An origin is allowed if it matches either an item in allowOrigins
|
An origin is allowed if it matches either an item in allowOrigins
|
||||||
or an item in allowOriginRegexes.
|
or an item in allowOriginRegexes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue