[#376] Added ape manager group command to grpc client
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:
Dmitriy Zayakin 2025-04-29 10:43:02 +03:00
parent 9ad620121e
commit 3dcf494e97
9 changed files with 150 additions and 0 deletions

View file

@ -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)