Kaydet (Commit) 14d81d96 authored tarafından Joffrey F's avatar Joffrey F

Plugins API documentation

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 39f6a89b
......@@ -19,6 +19,7 @@ Client reference
.. autoattribute:: images
.. autoattribute:: networks
.. autoattribute:: nodes
.. autoattribute:: plugins
.. autoattribute:: services
.. autoattribute:: swarm
.. autoattribute:: volumes
......
......@@ -84,6 +84,7 @@ That's just a taste of what you can do with the Docker SDK for Python. For more,
images
networks
nodes
plugins
services
swarm
volumes
......
Plugins
=======
.. py:module:: docker.models.plugins
Manage plugins on the server.
Methods available on ``client.plugins``:
.. rst-class:: hide-signature
.. py:class:: PluginCollection
.. automethod:: get
.. automethod:: install
.. automethod:: list
Plugin objects
--------------
.. autoclass:: Plugin()
.. autoattribute:: id
.. autoattribute:: short_id
.. autoattribute:: name
.. autoattribute:: enabled
.. autoattribute:: settings
.. py:attribute:: attrs
The raw representation of this object from the server.
.. automethod:: configure
.. automethod:: disable
.. automethod:: enable
.. automethod:: reload
.. automethod:: push
.. 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