Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 545 Bytes

File metadata and controls

21 lines (17 loc) · 545 Bytes
description:Python API Reference for the Deis api.tasks module
keywords:deis, api.tasks, python, api

api.tasks

.. currentmodule:: api.tasks

.. automodule:: api.tasks
    :members:
    :undoc-members:

    .. autofunction:: create_cluster(cluster)
    .. autofunction:: destroy_cluster(cluster)
    .. autofunction:: deploy_release(app, release)
    .. autofunction:: start_containers(containers)
    .. autofunction:: stop_containers(containers)
    .. autofunction:: run_command(c, command)