1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/alpha/container/fleet/scopes/help

79 lines
2.2 KiB
Text
Raw Normal View History

2023-03-01 10:23:17 +00:00
NAME
gcloud alpha container fleet scopes - manage scopes of all your GKE fleets
SYNOPSIS
2023-06-08 11:29:23 +00:00
gcloud alpha container fleet scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
2023-03-01 10:23:17 +00:00
DESCRIPTION
(ALPHA) 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
(ALPHA) Fleet namespaces are the fleet equivalent of k8s cluster
namespaces.
rbacrolebindings
(ALPHA) Fleet scope RBAC RoleBindings for permissions.
2023-03-01 10:23:17 +00:00
COMMANDS
COMMAND is one of the following:
2024-05-23 09:22:11 +00:00
add-app-operator-binding
(ALPHA) 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
(ALPHA) Add IAM policy binding to a Fleet Scope.
2023-03-01 10:23:17 +00:00
create
(ALPHA) Create a new fleet scope.
delete
(ALPHA) Delete a fleet scope.
describe
(ALPHA) Describe a fleet scope.
2023-08-23 10:30:46 +00:00
get-iam-policy
(ALPHA) 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
(ALPHA) List fleet scopes in a project permitted to be viewed by the
caller.
2023-03-01 10:23:17 +00:00
2024-07-17 09:30:28 +00:00
list-app-operator-bindings
(ALPHA) 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-03-22 09:56:14 +00:00
list-memberships
(ALPHA) List memberships bound to a fleet scope.
2024-05-30 09:26:18 +00:00
remove-app-operator-binding
(ALPHA) 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
(ALPHA) Remove IAM policy binding of a Fleet Scope.
2023-06-08 11:29:23 +00:00
update
(ALPHA) Update a scope.
2023-03-01 10:23:17 +00:00
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2023-08-23 10:30:46 +00:00
access allowlist. These variants are also available:
$ gcloud container fleet scopes
2023-03-01 10:23:17 +00:00
$ gcloud beta container fleet scopes