mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
NAME
|
|
gcloud beta container fleet namespaces rbacrolebindings - fleet namespace
|
|
RBAC RoleBindings for permissions
|
|
|
|
SYNOPSIS
|
|
gcloud beta container fleet namespaces 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 namespaces 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 namespace RBAC RoleBinding.
|
|
|
|
describe
|
|
(BETA) Show fleet namespace RBAC RoleBinding information.
|
|
|
|
list
|
|
(BETA) List RBAC RoleBindings in a fleet namespace.
|
|
|
|
update
|
|
(BETA) Update a fleet namespace RBAC RoleBinding.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha container fleet namespaces rbacrolebindings
|
|
|