mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
NAME
|
|
gcloud beta container fleet scopes rbacrolebindings - fleet scope RBAC
|
|
RoleBindings for permissions
|
|
|
|
SYNOPSIS
|
|
gcloud beta container fleet scopes rbacrolebindings COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This command group allows for manipulation of fleet namespace RBAC
|
|
RoleBindings.
|
|
|
|
EXAMPLES
|
|
Manage RBAC RoleBindings:
|
|
|
|
$ gcloud beta container fleet scopes rbacrolebindings --help
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create an RBAC RoleBinding.
|
|
|
|
delete
|
|
(BETA) Delete a fleet scope RBAC RoleBinding.
|
|
|
|
describe
|
|
(BETA) Show fleet scope RBAC RoleBinding information.
|
|
|
|
list
|
|
(BETA) List RBAC RoleBindings in a fleet scope.
|
|
|
|
update
|
|
(BETA) Update a fleet scope RBAC RoleBinding.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud container fleet scopes rbacrolebindings
|
|
|
|
$ gcloud alpha container fleet scopes rbacrolebindings
|
|
|