diff options
author | Joffrey F <joffrey@docker.com> | 2017-11-07 15:29:53 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-11-07 15:44:54 -0800 |
commit | 3bd053a4b703156e5e1f66e3e1b4c72beada2b33 (patch) | |
tree | 2ab18f79d16e962fbfd29e7b7edc05fe6fc5ff67 /docs | |
parent | aa3c4f026d435af98391568c30998414fe2baedf (diff) | |
download | docker-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')
-rw-r--r-- | docs/swarm.rst | 2 |
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() |