summaryrefslogtreecommitdiff
path: root/docs/secrets.rst
blob: 49e149847d8ebc0d484fb8a19d296809d574357c (plain)
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
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:: remove