예제 #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)