Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 506 Bytes

File metadata and controls

21 lines (17 loc) · 506 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:: build_layer(layer)
    .. autofunction:: destroy_layer(layer)
    .. autofunction:: build_node(node)
    .. autofunction:: destroy_node(node)
    .. autofunction:: converge_node(node)
    .. autofunction:: run_node(node, command)