1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 7 09:49:06 UTC 2024

This commit is contained in:
Automated 2024-08-07 09:49:06 +00:00
parent ed2f818f7a
commit 7fe34c472b
98 changed files with 1867 additions and 220 deletions

View file

@ -30,8 +30,7 @@ SYNOPSIS
--execution-environment=EXECUTION_ENVIRONMENT
--[no-]invoker-iam-check --max-surge=MAX_SURGE
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--scaling-mode=SCALING_MODE
--service-max-instances=SERVICE_MAX_INSTANCES
--scaling=SCALING --service-max-instances=SERVICE_MAX_INSTANCES
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -484,9 +483,8 @@ FLAGS
to a revision named 'helloworld-v1'. Set empty string to clear the
suffix and resume server-assigned naming.
--scaling-mode=SCALING_MODE
The scaling mode to use for this resource. SCALING_MODE must be one
of:
--scaling=SCALING
The scaling mode to use for this resource. SCALING must be one of:
automatic
The number of instances is scaled automatically based on the

View file

@ -25,8 +25,7 @@ SYNOPSIS
--execution-environment=EXECUTION_ENVIRONMENT
--[no-]invoker-iam-check --max-surge=MAX_SURGE
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
--scaling-mode=SCALING_MODE
--service-max-instances=SERVICE_MAX_INSTANCES
--scaling=SCALING --service-max-instances=SERVICE_MAX_INSTANCES
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -370,9 +369,8 @@ FLAGS
to a revision named 'helloworld-v1'. Set empty string to clear the
suffix and resume server-assigned naming.
--scaling-mode=SCALING_MODE
The scaling mode to use for this resource. SCALING_MODE must be one
of:
--scaling=SCALING
The scaling mode to use for this resource. SCALING must be one of:
automatic
The number of instances is scaled automatically based on the

View file

@ -6,7 +6,7 @@ SYNOPSIS
[--breakglass=JUSTIFICATION] [--description=DESCRIPTION]
[--max-instances=MAX_INSTANCES] [--max-surge=MAX_SURGE]
[--min-instances=MIN_INSTANCES] [--no-promote] [--region=REGION]
[--revision-suffix=REVISION_SUFFIX] [--scaling-mode=SCALING_MODE]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--vpc-egress=VPC_EGRESS]
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
| --clear-cloudsql-instances
@ -123,8 +123,8 @@ FLAGS
a revision named 'helloworld-v1'. Set empty string to clear the suffix
and resume server-assigned naming.
--scaling-mode=SCALING_MODE
The scaling mode to use for this resource. SCALING_MODE must be one of:
--scaling=SCALING
The scaling mode to use for this resource. SCALING must be one of:
automatic
The number of instances is scaled automatically based on the usage

View file

@ -7,7 +7,7 @@ SYNOPSIS
[--breakglass=JUSTIFICATION] [--description=DESCRIPTION]
[--max-instances=MAX_INSTANCES] [--max-surge=MAX_SURGE]
[--min-instances=MIN_INSTANCES] [--no-promote] [--region=REGION]
[--revision-suffix=REVISION_SUFFIX] [--scaling-mode=SCALING_MODE]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
[--vpc-egress=VPC_EGRESS]
[--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
@ -124,8 +124,8 @@ FLAGS
a revision named 'helloworld-v1'. Set empty string to clear the suffix
and resume server-assigned naming.
--scaling-mode=SCALING_MODE
The scaling mode to use for this resource. SCALING_MODE must be one of:
--scaling=SCALING
The scaling mode to use for this resource. SCALING must be one of:
automatic
The number of instances is scaled automatically based on the usage