mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
|
|
@ -38,10 +38,11 @@ SYNOPSIS
|
|||
/secret_path=SECRET_VALUE_REF,
|
||||
/mount_path:/secret_file_path=SECRET_VALUE_REF,...]]
|
||||
[--clear-vpc-connector | --vpc-connector=VPC_CONNECTOR]
|
||||
[--trigger-bucket=TRIGGER_BUCKET
|
||||
| --trigger-event-filters=[ATTRIBUTE=VALUE,...] | --trigger-http
|
||||
[--trigger-bucket=TRIGGER_BUCKET | --trigger-http
|
||||
| --trigger-topic=TRIGGER_TOPIC
|
||||
| --trigger-event=EVENT_TYPE --trigger-resource=RESOURCE]
|
||||
| --trigger-event=EVENT_TYPE --trigger-resource=RESOURCE
|
||||
| --trigger-event-filters=[ATTRIBUTE=VALUE,...]
|
||||
--trigger-event-filters-path-pattern=[ATTRIBUTE=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -548,11 +549,6 @@ FLAGS
|
|||
Google Cloud Storage bucket name. Every change in files in this
|
||||
bucket will trigger function execution.
|
||||
|
||||
--trigger-event-filters=[ATTRIBUTE=VALUE,...]
|
||||
The Eventarc matching criteria for the trigger. The criteria can be
|
||||
specified either as a single comma-separated argument or as multiple
|
||||
arguments. This is only relevant when --gen2 is provided.
|
||||
|
||||
--trigger-http
|
||||
Function will be assigned an endpoint, which you can view by using
|
||||
the describe command. Any HTTP request (of a supported type) to the
|
||||
|
|
@ -578,6 +574,17 @@ FLAGS
|
|||
must be a bucket name. For a list of expected resources, call gcloud
|
||||
functions event-types list.
|
||||
|
||||
--trigger-event-filters=[ATTRIBUTE=VALUE,...]
|
||||
The Eventarc matching criteria for the trigger. The criteria can be
|
||||
specified either as a single comma-separated argument or as multiple
|
||||
arguments. This is only relevant when --gen2 is provided.
|
||||
|
||||
--trigger-event-filters-path-pattern=[ATTRIBUTE=VALUE,...]
|
||||
The Eventarc matching criteria for the trigger in path pattern
|
||||
format. The criteria can be specified as a single comma-separated
|
||||
argument or as multiple arguments. This is only relevant when --gen2
|
||||
is provided.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue