mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
--destination-gke-master-cluster=DESTINATION_GKE_MASTER_CLUSTER
|
||||
--destination-instance=DESTINATION_INSTANCE
|
||||
--destination-ip-address=DESTINATION_IP_ADDRESS)
|
||||
(--source-cloud-function=SOURCE_CLOUD_FUNCTION
|
||||
(--source-app-engine-version=SOURCE_APP_ENGINE_VERSION
|
||||
--source-cloud-function=SOURCE_CLOUD_FUNCTION
|
||||
--source-cloud-run-revision=SOURCE_CLOUD_RUN_REVISION
|
||||
--source-cloud-sql-instance=SOURCE_CLOUD_SQL_INSTANCE
|
||||
--source-gke-master-cluster=SOURCE_GKE_MASTER_CLUSTER
|
||||
|
|
@ -73,6 +74,9 @@ REQUIRED FLAGS
|
|||
|
||||
At least one of these must be specified:
|
||||
|
||||
--source-app-engine-version=SOURCE_APP_ENGINE_VERSION
|
||||
App Engine version URI as the source endpoint.
|
||||
|
||||
--source-cloud-function=SOURCE_CLOUD_FUNCTION
|
||||
A Cloud function URI as the source endpoint.
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ SYNOPSIS
|
|||
| --destination-instance=DESTINATION_INSTANCE]
|
||||
[--clear-destination-ip-address
|
||||
| --destination-ip-address=DESTINATION_IP_ADDRESS]
|
||||
[--clear-source-app-engine-version
|
||||
| --source-app-engine-version=SOURCE_APP_ENGINE_VERSION]
|
||||
[--clear-source-cloud-function
|
||||
| --source-cloud-function=SOURCE_CLOUD_FUNCTION]
|
||||
[--clear-source-cloud-run-revision
|
||||
|
|
@ -139,6 +141,14 @@ FLAGS
|
|||
internal IP. An IPv6 address is only allowed when the test's
|
||||
destination is a global load balancer VIP.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-source-app-engine-version
|
||||
Clear existing source App Engine version.
|
||||
|
||||
--source-app-engine-version=SOURCE_APP_ENGINE_VERSION
|
||||
App Engine version URI as the source endpoint.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-source-cloud-function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue