Asib27's picture
try 1
065fee7 verified
raw
history blame
505 Bytes
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