diff options
author | Joffrey F <joffrey@docker.com> | 2018-08-09 17:33:22 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2018-08-09 17:33:22 -0700 |
commit | e78e4e7491da7055151bfe454282770786a8c270 (patch) | |
tree | 0994a1f139c5742de13ede14996aa783db9d6c1b | |
parent | 87d72c0f6cf726764a1cf8aebc527c64d46cecfb (diff) | |
download | docker-py-e78e4e7491da7055151bfe454282770786a8c270.tar.gz |
Add RollbackConfig to API docs
Signed-off-by: Joffrey F <joffrey@docker.com>
-rw-r--r-- | docs/api.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index ff466a1..6931245 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -145,6 +145,7 @@ Configuration types .. autoclass:: Privileges .. autoclass:: Resources .. autoclass:: RestartPolicy +.. autoclass:: RollbackConfig .. autoclass:: SecretReference .. autoclass:: ServiceMode .. autoclass:: SwarmExternalCA |