mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Clarify fields that are regexes in docs.
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
2780d4eadf
commit
a006251cc8
2 changed files with 6 additions and 0 deletions
|
@ -129,12 +129,14 @@ options:
|
||||||
description:
|
description:
|
||||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||||
SHA must be provided.
|
SHA must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
tag_name:
|
tag_name:
|
||||||
description:
|
description:
|
||||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
||||||
must be provided.
|
must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
commit_sha:
|
commit_sha:
|
||||||
|
@ -447,12 +449,14 @@ triggerTemplate:
|
||||||
description:
|
description:
|
||||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||||
SHA must be provided.
|
SHA must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
tagName:
|
tagName:
|
||||||
description:
|
description:
|
||||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
- Name of the tag to build. Exactly one of a branch name, tag, or commit SHA
|
||||||
must be provided.
|
must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
commitSha:
|
commitSha:
|
||||||
|
|
|
@ -191,12 +191,14 @@ resources:
|
||||||
description:
|
description:
|
||||||
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
- Name of the branch to build. Exactly one a of branch name, tag, or commit
|
||||||
SHA must be provided.
|
SHA must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
tagName:
|
tagName:
|
||||||
description:
|
description:
|
||||||
- Name of the tag to build. Exactly one of a branch name, tag, or commit
|
- Name of the tag to build. Exactly one of a branch name, tag, or commit
|
||||||
SHA must be provided.
|
SHA must be provided.
|
||||||
|
- This field is a regular expression.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
commitSha:
|
commitSha:
|
||||||
|
|
Loading…
Add table
Reference in a new issue