mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
(--fleet-membership=FLEET_MEMBERSHIP
|
||||
: --fleet-membership-location=FLEET_MEMBERSHIP_LOCATION;
|
||||
default="global") [--async] [--location=LOCATION] [--validate-only]
|
||||
[--proxy-secret-name=PROXY_SECRET_NAME
|
||||
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -119,6 +121,22 @@ OPTIONAL FLAGS
|
|||
--validate-only
|
||||
Validate the cluster to import, but don't actually perform it.
|
||||
|
||||
Proxy config
|
||||
|
||||
--proxy-secret-name=PROXY_SECRET_NAME
|
||||
Name of the Kubernetes secret that contains the HTTP/HTTPS proxy
|
||||
configuration.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE
|
||||
Namespace of the Kubernetes secret that contains the HTTP/HTTPS proxy
|
||||
configuration.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue