diff options
author | Joffrey F <joffrey@docker.com> | 2017-11-02 18:46:25 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-11-03 15:33:45 -0700 |
commit | 37c135060d71020ed095efdd2206548786bd2563 (patch) | |
tree | 797ac66d4c9314a550578c76cf06212d86844b2c /docs/api.rst | |
parent | 1ce93ac6e75f0aaf83aededcc165e1e9fe49c52e (diff) | |
download | docker-py-update_swarm_spec.tar.gz |
Update SwarmSpec to include new parametersupdate_swarm_spec
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/api.rst')
-rw-r--r-- | docs/api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 18993ad..ff466a1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -147,5 +147,7 @@ Configuration types .. autoclass:: RestartPolicy .. autoclass:: SecretReference .. autoclass:: ServiceMode +.. autoclass:: SwarmExternalCA +.. autoclass:: SwarmSpec(*args, **kwargs) .. autoclass:: TaskTemplate .. autoclass:: UpdateConfig |