def get_cluster_spec(self, application_id):
request = csg.GetClusterSpecRequest()
request.applicationId = application_id
try:
reply = self.stub.GetClusterSpec(request)
except grpc.RpcError:
return None
return reply.clusterSpec
clusterspecgenerator_client.py 文件源码
python
阅读 19
收藏 0
点赞 0
评论 0
评论列表
文章目录