mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Sep 27 12:05:40 UTC 2023
This commit is contained in:
parent
54eca12593
commit
6c60d7f07f
256 changed files with 8313 additions and 442 deletions
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
: --destination-gke-location=DESTINATION_GKE_LOCATION
|
||||
--destination-gke-namespace=DESTINATION_GKE_NAMESPACE
|
||||
--destination-gke-path=DESTINATION_GKE_PATH]
|
||||
| [--destination-http-endpoint-uri=DESTINATION_HTTP_ENDPOINT_URI
|
||||
: --network-attachment=NETWORK_ATTACHMENT]
|
||||
| [--destination-run-service=DESTINATION_RUN_SERVICE
|
||||
: --destination-run-path=DESTINATION_RUN_PATH
|
||||
--destination-run-region=DESTINATION_RUN_REGION]) [--async]
|
||||
|
|
@ -104,6 +106,20 @@ REQUIRED FLAGS
|
|||
for the trigger should be sent. Examples: /route, route,
|
||||
route/subroute.
|
||||
|
||||
Flags for specifying a HTTP Endpoint destination.
|
||||
|
||||
--destination-http-endpoint-uri=DESTINATION_HTTP_ENDPOINT_URI
|
||||
URI that the destination HTTP Endpoint is connecting to.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
Flags for specifying a Network Config for the destination.
|
||||
|
||||
--network-attachment=NETWORK_ATTACHMENT
|
||||
The network attachment associated with the trigger that allows
|
||||
access to the destination VPC.
|
||||
|
||||
Flags for specifying a Cloud Run fully-managed resource destination.
|
||||
|
||||
--destination-run-service=DESTINATION_RUN_SERVICE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue