mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -3,9 +3,9 @@ NAME
|
|||
Engine node groups
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute sole-tenancy node-groups list [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud beta compute sole-tenancy node-groups list [--share-settings]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute sole-tenancy node-groups list displays all
|
||||
|
|
@ -28,6 +28,10 @@ EXAMPLES
|
|||
$ gcloud beta compute sole-tenancy node-groups list \
|
||||
--filter="region:( us-central1 europe-west1 )"
|
||||
|
||||
FLAGS
|
||||
--share-settings
|
||||
If provided, shows details for the share setting
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue