mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Sep 14 09:28:28 UTC 2022
This commit is contained in:
parent
e7bec9b31b
commit
8f4214beb2
148 changed files with 5778 additions and 334 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container hub mesh update --control-plane=CONTROL_PLANE
|
||||
gcloud container hub mesh update
|
||||
(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
|
||||
[--memberships=MEMBERSHIPS] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -18,9 +19,15 @@ EXAMPLES
|
|||
--control-plane=CONTROL_PLANE
|
||||
|
||||
REQUIRED FLAGS
|
||||
--control-plane=CONTROL_PLANE
|
||||
Control plane management to update to. CONTROL_PLANE must be one of:
|
||||
automatic, manual.
|
||||
At least one of these must be specified:
|
||||
|
||||
--control-plane=CONTROL_PLANE
|
||||
Control plane management to update to. CONTROL_PLANE must be one of:
|
||||
automatic, manual.
|
||||
|
||||
--management=MANAGEMENT
|
||||
The management mode to update to. MANAGEMENT must be one of:
|
||||
automatic, manual.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--memberships=MEMBERSHIPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue