Kaydet (Commit) 4a51e787 authored tarafından Joffrey F's avatar Joffrey F

Add reload() in docs for Container and Secret classes

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst ae65be04
......@@ -4,7 +4,7 @@ Change log
2.2.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/31?closed=1)
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/32?closed=1)
### Bugfixes
......
......@@ -40,6 +40,7 @@ Container objects
.. automethod:: logs
.. automethod:: pause
.. automethod:: put_archive
.. automethod:: reload
.. automethod:: remove
.. automethod:: rename
.. automethod:: resize
......
......@@ -26,4 +26,5 @@ Secret objects
The raw representation of this object from the server.
.. automethod:: reload
.. automethod:: remove
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment