未验证 提交 dc7dd9b1 编写于 作者: Y yanliang567 提交者: GitHub

[skip ci]Add comments in milvus operator class (#11114)

Signed-off-by: Nyanliang567 <yanliang.qiao@zilliz.com>
上级 8b96fadf
......@@ -108,7 +108,13 @@ class MilvusOperator(object):
cus_res.patch(release_name, d_configs)
def wait_for_healthy(self, release_name, namespace='default', timeout=600):
"""
Method: wait a milvus instance until healthy or timeout
Params:
release_name: release name of milvus
namespace: namespace that the milvus is running in
timeout: default: 600 seconds
"""
cus_res = CusResource(kind=self.plural, group=self.group,
version=self.version, namespace=namespace)
starttime = time.time()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册