File size: 505 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
Secrets
=======
.. py:module:: docker.models.secrets
Manage secrets on the server.
Methods available on ``client.secrets``:
.. rst-class:: hide-signature
.. py:class:: SecretCollection
.. automethod:: create
.. automethod:: get
.. automethod:: list
Secret objects
--------------
.. autoclass:: Secret()
.. autoattribute:: id
.. autoattribute:: name
.. py:attribute:: attrs
The raw representation of this object from the server.
.. automethod:: reload
.. automethod:: remove
|