mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Apr 20 10:38:56 UTC 2023
This commit is contained in:
parent
b155beb241
commit
b33a8a3e6e
169 changed files with 3258 additions and 576 deletions
|
|
@ -25,8 +25,8 @@ SYNOPSIS
|
|||
--clear-vpc-connector --[no-]cpu-boost --[no-]cpu-throttling
|
||||
--description=DESCRIPTION
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
--revision-suffix=REVISION_SUFFIX --vpc-connector=VPC_CONNECTOR
|
||||
--vpc-egress=VPC_EGRESS
|
||||
--revision-suffix=REVISION_SUFFIX --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -406,6 +406,11 @@ FLAGS
|
|||
[--revision-suffix=v1] for a service named 'helloworld', would lead
|
||||
to a revision named 'helloworld-v1'.
|
||||
|
||||
--[no-]session-affinity
|
||||
Whether to enable session affinity for connections to the service.
|
||||
Use --session-affinity to enable and --no-session-affinity to
|
||||
disable.
|
||||
|
||||
--vpc-connector=VPC_CONNECTOR
|
||||
Set a VPC connector for this resource.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ SYNOPSIS
|
|||
[--no-traffic] [--[no-]use-http2]
|
||||
[--breakglass=JUSTIFICATION --clear-vpc-connector --[no-]cpu-boost
|
||||
--[no-]cpu-throttling --execution-environment=EXECUTION_ENVIRONMENT
|
||||
--revision-suffix=REVISION_SUFFIX --vpc-connector=VPC_CONNECTOR
|
||||
--vpc-egress=VPC_EGRESS
|
||||
--revision-suffix=REVISION_SUFFIX --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -235,6 +235,11 @@ FLAGS
|
|||
[--revision-suffix=v1] for a service named 'helloworld', would lead
|
||||
to a revision named 'helloworld-v1'.
|
||||
|
||||
--[no-]session-affinity
|
||||
Whether to enable session affinity for connections to the service.
|
||||
Use --session-affinity to enable and --no-session-affinity to
|
||||
disable.
|
||||
|
||||
--vpc-connector=VPC_CONNECTOR
|
||||
Set a VPC connector for this resource.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue