1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 06:11:59 +00:00

gcloud: Wed Sep 11 09:52:17 UTC 2024

This commit is contained in:
Automated 2024-09-11 09:52:17 +00:00
parent 78a4d78e9e
commit a3842bba95
197 changed files with 6656 additions and 691 deletions

View file

@ -109,7 +109,7 @@ FLAGS
--concurrency=CONCURRENCY
Set the maximum number of concurrent requests allowed per container
instance. Leave concurrency unspecified to receive the server default
value. Only applicable when the --gen2 flag is provided.
value.
--docker-registry=DOCKER_REGISTRY
Docker Registry to use for storing the function's Docker images. The
@ -164,8 +164,6 @@ FLAGS
If not provided, the function will use the project's default service
account for Compute Engine.
This is only relevant when --gen2 is provided.
--runtime=RUNTIME
Runtime in which to run the function.
@ -186,8 +184,7 @@ FLAGS
secure-optional.
--serve-all-traffic-latest-revision
If specified, latest function revision will be served all traffic. This
is only relevant when --gen2 is provided.
If specified, latest function revision will be served all traffic.
--service-account=SERVICE_ACCOUNT
The email address of the IAM service account associated with the
@ -284,8 +281,7 @@ FLAGS
--trigger-location=TRIGGER_LOCATION
The location of the trigger, which must be a region or multi-region
where the relevant events originate. This is only relevant when --gen2
is provided.
where the relevant events originate.
--trigger-service-account=TRIGGER_SERVICE_ACCOUNT
The email address of the IAM service account associated with the
@ -295,8 +291,6 @@ FLAGS
If not provided, the function will use the project's default service
account for Compute Engine.
This is only relevant when --gen2 is provided.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.
@ -608,8 +602,8 @@ FLAGS
memory limit unless you specify this flag.
--cpu=CPU
The number of available CPUs to set. Only valid when --gen2 and
--memory=MEMORY are specified.
The number of available CPUs to set. Only valid when --memory=MEMORY is
specified.
Examples: .5, 2, 2.0, 2000m.
@ -668,14 +662,12 @@ FLAGS
The Eventarc matching criteria for the trigger. The criteria can be
specified either as a single comma-separated argument or as multiple
arguments. The filters must include the type attribute, as well as
any other attributes that are expected for the chosen type. This is
only relevant when --gen2 is provided.
any other attributes that are expected for the chosen type.
--trigger-event-filters-path-pattern=[ATTRIBUTE=PATH_PATTERN,...]
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.
argument or as multiple arguments.
The provided attribute/value pair will be used with the
match-path-pattern operator to configure the trigger, see