mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 03:16:46 +00:00
59 lines
1.3 KiB
Text
59 lines
1.3 KiB
Text
NAME
|
|
gcloud beta container fleet scopes - manage scopes of all your GKE fleets
|
|
|
|
SYNOPSIS
|
|
gcloud beta container fleet scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) Fleet namespaces are the fleet equivalent of k8s cluster
|
|
namespaces.
|
|
|
|
rbacrolebindings
|
|
(BETA) Fleet scope RBAC RoleBindings for permissions.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
(BETA) Add IAM policy binding to a Fleet Scope.
|
|
|
|
create
|
|
(BETA) Create a new fleet scope.
|
|
|
|
delete
|
|
(BETA) Delete a fleet scope.
|
|
|
|
describe
|
|
(BETA) Describe a fleet scope.
|
|
|
|
get-iam-policy
|
|
(BETA) Get the IAM policy for a Fleet Scope.
|
|
|
|
list
|
|
(BETA) List fleet scopes.
|
|
|
|
remove-iam-policy-binding
|
|
(BETA) Remove IAM policy binding of a Fleet Scope.
|
|
|
|
update
|
|
(BETA) Update a scope.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud container fleet scopes
|
|
|
|
$ gcloud alpha container fleet scopes
|
|
|