mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]New property get node by node type (#8730)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
9450d2e941
commit
0b99da9301
@ -72,3 +72,7 @@ class MilvusSys:
|
||||
def nodes(self):
|
||||
"""get all the nodes in Milvus deployment"""
|
||||
return json.loads(self.sys_info.response).get('nodes_info')
|
||||
|
||||
@property
|
||||
def get_nodes_by_type(self, node_type=None):
|
||||
return NotImplementedError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user