mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
57 lines
1.1 KiB
Text
57 lines
1.1 KiB
Text
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
|
|
|