Skip to content

Commit

Permalink
Comment out nested list exactly_one_of
Browse files Browse the repository at this point in the history
  • Loading branch information
rainshen49 committed Dec 10, 2024
1 parent 636bc38 commit b2158a0
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions mmv1/products/firebasehosting/Version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,45 +140,45 @@ properties:
description:
The user-supplied glob to match against the request URL path.
min_version: 'beta'
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'regex'
type: String
description:
The user-supplied RE2 regular expression to match against the
request URL path.
min_version: 'beta'
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'path'
type: String
description:
The URL path to rewrite the request to.
min_version: 'beta'
exactly_one_of:
- 'path'
- 'function'
- 'run'
# exactly_one_of:
# - 'path'
# - 'function'
# - 'run'
- name: 'function'
type: String
description:
The function to proxy requests to. Must match the exported
function name exactly.
min_version: 'beta'
exactly_one_of:
- 'path'
- 'function'
- 'run'
# exactly_one_of:
# - 'path'
# - 'function'
# - 'run'
- name: 'run'
type: NestedObject
description: The request will be forwarded to Cloud Run.
min_version: 'beta'
exactly_one_of:
- 'path'
- 'function'
- 'run'
# exactly_one_of:
# - 'path'
# - 'function'
# - 'run'
properties:
- name: 'serviceId'
type: String
Expand Down Expand Up @@ -208,18 +208,18 @@ properties:
description:
The user-supplied glob to match against the request URL path.
min_version: 'beta'
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'regex'
type: String
description:
The user-supplied RE2 regular expression to match against the
request URL path.
min_version: 'beta'
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'statusCode'
type: Integer
description:
Expand Down Expand Up @@ -258,17 +258,17 @@ properties:
type: String
description:
The user-supplied glob to match against the request URL path.
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'regex'
type: String
description:
The user-supplied RE2 regular expression to match against the
request URL path.
exactly_one_of:
- 'glob'
- 'regex'
# exactly_one_of:
# - 'glob'
# - 'regex'
- name: 'headers'
type: KeyValuePairs
description: |
Expand Down

0 comments on commit b2158a0

Please sign in to comment.