[#376] Added ape manager group command to grpc client
All checks were successful
DCO action / DCO (pull_request) Successful in 31s
All checks were successful
DCO action / DCO (pull_request) Successful in 31s
Signed-off-by: Dmitriy Zayakin Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
9ad620121e
commit
3dcf494e97
9 changed files with 150 additions and 0 deletions
|
@ -29,6 +29,7 @@ class FrostfsCli:
|
|||
util: FrostfsCliUtil
|
||||
version: FrostfsCliVersion
|
||||
control: FrostfsCliControl
|
||||
ape_manager: FrostfsCliApeManager
|
||||
|
||||
def __init__(self, shell: Shell, frostfs_cli_exec_path: str, config_file: Optional[str] = None):
|
||||
self.accounting = FrostfsCliAccounting(shell, frostfs_cli_exec_path, config=config_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue