mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
57
gcloud/container/fleet/scopes/help
Normal file
57
gcloud/container/fleet/scopes/help
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
NAME
|
||||
gcloud container fleet scopes - manage scopes of all your GKE fleets
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage scopes of all your GKE fleets.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
namespaces
|
||||
Fleet namespaces are the fleet equivalent of k8s cluster namespaces.
|
||||
|
||||
rbacrolebindings
|
||||
Fleet scope RBAC RoleBindings for permissions.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
Add IAM policy binding to a Fleet Scope.
|
||||
|
||||
create
|
||||
Create a new fleet scope.
|
||||
|
||||
delete
|
||||
Delete a fleet scope.
|
||||
|
||||
describe
|
||||
Describe a fleet scope.
|
||||
|
||||
get-iam-policy
|
||||
Get the IAM policy for a Fleet Scope.
|
||||
|
||||
list
|
||||
List fleet scopes.
|
||||
|
||||
remove-iam-policy-binding
|
||||
Remove IAM policy binding of a Fleet Scope.
|
||||
|
||||
update
|
||||
Update a scope.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet scopes
|
||||
|
||||
$ gcloud beta container fleet scopes
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue