示例#1
0
文件: deploy.py 项目: tonicbupt/ainur
def list_pods():
    return [p['name'] for p in eru.list_pods()]
示例#2
0
文件: deploy.py 项目: tonicbupt/ainur
def pods_list():
    pods = eru.list_pods(g.start, g.limit)
    return render_template('/deploy/pods/index.html', pods=pods)