Skip to content

Commit 4a51e78

Browse files
committed
Add reload() in docs for Container and Secret classes
Signed-off-by: Joffrey F <[email protected]>
1 parent ae65be0 commit 4a51e78

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change log
44
2.2.1
55
-----
66

7-
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/31?closed=1)
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/32?closed=1)
88

99
### Bugfixes
1010

docs/containers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Container objects
4040
.. automethod:: logs
4141
.. automethod:: pause
4242
.. automethod:: put_archive
43+
.. automethod:: reload
4344
.. automethod:: remove
4445
.. automethod:: rename
4546
.. automethod:: resize

docs/secrets.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ Secret objects
2626
2727
The raw representation of this object from the server.
2828

29+
.. automethod:: reload
2930
.. automethod:: remove

0 commit comments

Comments
 (0)