diff options
author | Joffrey F <joffrey@docker.com> | 2017-11-01 17:13:28 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2017-11-01 18:16:42 -0700 |
commit | 1066029ce573cbdac5cc1e6484c42efbc83b0e9e (patch) | |
tree | a3bb8242f5a9917e8a3793fae9478c9d5e26cd73 /docker/api/plugin.py | |
parent | 7d6554054d009cb6cb3433b7cbdbfc44cd98b4c0 (diff) | |
download | docker-py-secret-drivers.tar.gz |
Doc fixessecret-drivers
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docker/api/plugin.py')
-rw-r--r-- | docker/api/plugin.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/api/plugin.py b/docker/api/plugin.py index 87520cc..73f1852 100644 --- a/docker/api/plugin.py +++ b/docker/api/plugin.py @@ -110,8 +110,8 @@ class PluginApiMixin(object): remote (string): Remote reference for the plugin to install. The ``:latest`` tag is optional, and is the default if omitted. - privileges (list): A list of privileges the user consents to - grant to the plugin. Can be retrieved using + privileges (:py:class:`list`): A list of privileges the user + consents to grant to the plugin. Can be retrieved using :py:meth:`~plugin_privileges`. name (string): Local name for the pulled plugin. The ``:latest`` tag is optional, and is the default if omitted. @@ -225,8 +225,8 @@ class PluginApiMixin(object): tag is optional and is the default if omitted. remote (string): Remote reference to upgrade to. The ``:latest`` tag is optional and is the default if omitted. - privileges (list): A list of privileges the user consents to - grant to the plugin. Can be retrieved using + privileges (:py:class:`list`): A list of privileges the user + consents to grant to the plugin. Can be retrieved using :py:meth:`~plugin_privileges`. Returns: |