MCPcopy Create free account
hub / github.com/docker/docker-py / secrets

Method secrets

docker/client.py:152–157  ·  view source on GitHub ↗

An object for managing secrets on the server. See the :doc:`secrets documentation ` for full details.

(self)

Source from the content-addressed store, hash-verified

150
151 @property
152 def secrets(self):
153 """
154 An object for managing secrets on the server. See the
155 :doc:`secrets documentation <secrets>` for full details.
156 """
157 return SecretCollection(client=self)
158
159 @property
160 def services(self):

Callers 1

test_list_secretsMethod · 0.45

Calls 1

SecretCollectionClass · 0.85

Tested by 1

test_list_secretsMethod · 0.36