mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 19:00:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
536bef7166
commit
1e600ebc61
4 changed files with 6 additions and 6 deletions
|
@ -961,7 +961,7 @@ options:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the
|
- 'The list of path patterns to match. Each must start with / and the
|
||||||
only place a * is allowed is at the end following a /. The string fed
|
only place a \* is allowed is at the end following a /. The string fed
|
||||||
to the path matcher does not include any text after the first ? or #,
|
to the path matcher does not include any text after the first ? or #,
|
||||||
and those chars are not allowed here.'
|
and those chars are not allowed here.'
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -2522,7 +2522,7 @@ pathMatchers:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the only
|
- 'The list of path patterns to match. Each must start with / and the only
|
||||||
place a * is allowed is at the end following a /. The string fed to the
|
place a \* is allowed is at the end following a /. The string fed to the
|
||||||
path matcher does not include any text after the first ? or #, and those
|
path matcher does not include any text after the first ? or #, and those
|
||||||
chars are not allowed here.'
|
chars are not allowed here.'
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -991,7 +991,7 @@ resources:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the
|
- 'The list of path patterns to match. Each must start with / and the
|
||||||
only place a * is allowed is at the end following a /. The string
|
only place a \* is allowed is at the end following a /. The string
|
||||||
fed to the path matcher does not include any text after the first
|
fed to the path matcher does not include any text after the first
|
||||||
? or #, and those chars are not allowed here.'
|
? or #, and those chars are not allowed here.'
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -325,7 +325,7 @@ options:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the
|
- 'The list of path patterns to match. Each must start with / and the
|
||||||
only place a * is allowed is at the end following a /. The string fed
|
only place a \* is allowed is at the end following a /. The string fed
|
||||||
to the path matcher does not include any text after the first ? or #,
|
to the path matcher does not include any text after the first ? or #,
|
||||||
and those chars are not allowed here.'
|
and those chars are not allowed here.'
|
||||||
elements: str
|
elements: str
|
||||||
|
@ -2899,7 +2899,7 @@ pathMatchers:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the only
|
- 'The list of path patterns to match. Each must start with / and the only
|
||||||
place a * is allowed is at the end following a /. The string fed to the
|
place a \* is allowed is at the end following a /. The string fed to the
|
||||||
path matcher does not include any text after the first ? or #, and those
|
path matcher does not include any text after the first ? or #, and those
|
||||||
chars are not allowed here.'
|
chars are not allowed here.'
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -382,7 +382,7 @@ resources:
|
||||||
paths:
|
paths:
|
||||||
description:
|
description:
|
||||||
- 'The list of path patterns to match. Each must start with / and the
|
- 'The list of path patterns to match. Each must start with / and the
|
||||||
only place a * is allowed is at the end following a /. The string
|
only place a \* is allowed is at the end following a /. The string
|
||||||
fed to the path matcher does not include any text after the first
|
fed to the path matcher does not include any text after the first
|
||||||
? or #, and those chars are not allowed here.'
|
? or #, and those chars are not allowed here.'
|
||||||
returned: success
|
returned: success
|
||||||
|
|
Loading…
Add table
Reference in a new issue