1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Thu Feb 22 10:25:44 UTC 2024

This commit is contained in:
Automated 2024-02-22 10:25:44 +00:00
parent 5bf6fb3fc0
commit 8778dcbd7e
245 changed files with 9946 additions and 513 deletions

View file

@ -25,7 +25,7 @@ EXAMPLES
MEMBERSHIP_NAME, provide the location LOCATION_NAME for the Membership
where the Binding belongs along with membership name.
$ gcloud container fleet memberships bindings list BINDING_NAME \
$ gcloud container fleet memberships bindings list \
--membership=MEMBERSHIP_NAME --location=LOCATION_NAME
REQUIRED FLAGS

View file

@ -40,7 +40,7 @@ COMMANDS
Get the IAM policy for a Fleet Scope.
list
List fleet scopes.
List fleet scopes in a project.
remove-iam-policy-binding
Remove IAM policy binding of a Fleet Scope.

View file

@ -1,5 +1,5 @@
NAME
gcloud container fleet scopes list - list fleet scopes
gcloud container fleet scopes list - list fleet scopes in a project
SYNOPSIS
gcloud container fleet scopes list [--filter=EXPRESSION] [--limit=LIMIT]
@ -7,13 +7,19 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List scopes in a fleet.
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 container fleet scopes list
The following command lists scopes in project PROJECT_ID:
$ gcloud container fleet 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/v1 API. The full documentation for this API
can be found at:
https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
NOTES
These variants are also available: