mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -41,7 +41,7 @@ COMMANDS
|
|||
(BETA) Get the IAM policy for a Fleet Scope.
|
||||
|
||||
list
|
||||
(BETA) List fleet scopes.
|
||||
(BETA) List fleet scopes in a project.
|
||||
|
||||
remove-iam-policy-binding
|
||||
(BETA) Remove IAM policy binding of a Fleet Scope.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud beta container hub scopes list - list fleet scopes
|
||||
gcloud beta container hub scopes list - list fleet scopes in a project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta container hub scopes list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
|
|
@ -7,13 +7,19 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List scopes in a fleet.
|
||||
(BETA) This command can fail for the following reasons:
|
||||
▪ The project specified does not exist.
|
||||
▪ The user does not have access to the project specified.
|
||||
|
||||
EXAMPLES
|
||||
List scopes in the active project's fleet:
|
||||
The following command lists scopes in the active project:
|
||||
|
||||
$ gcloud beta container hub scopes list
|
||||
|
||||
The following command lists scopes in project PROJECT_ID:
|
||||
|
||||
$ gcloud beta container hub scopes list --project=PROJECT_ID
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
@ -54,11 +60,6 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the gkehub/v1beta API. The full documentation for this
|
||||
API can be found at:
|
||||
https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue