summaryrefslogtreecommitdiff
path: root/docs/swarm.rst
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-11-07 15:29:53 -0800
committerJoffrey F <joffrey@docker.com>2017-11-07 15:44:54 -0800
commit3bd053a4b703156e5e1f66e3e1b4c72beada2b33 (patch)
tree2ab18f79d16e962fbfd29e7b7edc05fe6fc5ff67 /docs/swarm.rst
parentaa3c4f026d435af98391568c30998414fe2baedf (diff)
downloaddocker-py-unlock_swarm_support.tar.gz
Add unlock methods to Swarm modelunlock_swarm_support
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/swarm.rst')
-rw-r--r--docs/swarm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/swarm.rst b/docs/swarm.rst
index 0c21bae..cab9def 100644
--- a/docs/swarm.rst
+++ b/docs/swarm.rst
@@ -12,9 +12,11 @@ These methods are available on ``client.swarm``:
.. rst-class:: hide-signature
.. py:class:: Swarm
+ .. automethod:: get_unlock_key()
.. automethod:: init()
.. automethod:: join()
.. automethod:: leave()
+ .. automethod:: unlock()
.. automethod:: update()
.. automethod:: reload()