1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/container/fleet/scopes/help

77 lines
2 KiB
Text
Raw Normal View History

2023-03-01 10:23:17 +00:00
NAME
gcloud beta container fleet scopes - manage scopes of all your GKE fleets
SYNOPSIS
2023-06-08 11:29:23 +00:00
gcloud beta container fleet scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
2023-03-01 10:23:17 +00:00
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.
2023-08-23 10:30:46 +00:00
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.
2023-03-01 10:23:17 +00:00
COMMANDS
COMMAND is one of the following:
2024-10-09 09:55:07 +00:00
add-app-operator-binding
(BETA) Add project-level and fleet scope-level IAM bindings and create
a fleet scope RBAC role binding for an app operator principal.
2023-08-23 10:30:46 +00:00
add-iam-policy-binding
(BETA) Add IAM policy binding to a Fleet Scope.
2023-03-01 10:23:17 +00:00
create
(BETA) Create a new fleet scope.
delete
(BETA) Delete a fleet scope.
describe
(BETA) Describe a fleet scope.
2023-08-23 10:30:46 +00:00
get-iam-policy
(BETA) Get the IAM policy for a Fleet Scope.
2023-03-01 10:23:17 +00:00
list
2024-04-03 09:23:31 +00:00
(BETA) List fleet scopes in a project permitted to be viewed by the
caller.
2024-10-09 09:55:07 +00:00
list-app-operator-bindings
(BETA) List app operator principals corresponding to a fleet scope and
their roles based on project-level IAM bindings, fleet scope-level IAM
bindings, and fleet scope RBAC role bindings.
2024-04-03 09:23:31 +00:00
list-memberships
(BETA) List memberships bound to a fleet scope.
2023-03-01 10:23:17 +00:00
2024-10-09 09:55:07 +00:00
remove-app-operator-binding
(BETA) Remove project-level and fleet scope-level IAM bindings and
delete a fleet scope RBAC role binding for an app operator principal.
2023-08-23 10:30:46 +00:00
remove-iam-policy-binding
(BETA) Remove IAM policy binding of a Fleet Scope.
2023-07-26 10:48:49 +00:00
update
(BETA) Update a scope.
2023-03-01 10:23:17 +00:00
NOTES
2023-08-23 10:30:46 +00:00
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet scopes
2023-03-01 10:23:17 +00:00
$ gcloud alpha container fleet scopes