Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
1042b06e
Kaydet (Commit)
1042b06e
authored
Şub 17, 2017
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add missing secrets doc
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
e0b6cdfc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
1 deletion
+42
-1
api.rst
docs/api.rst
+10
-0
client.rst
docs/client.rst
+1
-0
images.rst
docs/images.rst
+1
-1
index.rst
docs/index.rst
+1
-0
secrets.rst
docs/secrets.rst
+29
-0
No files found.
docs/api.rst
Dosyayı görüntüle @
1042b06e
...
...
@@ -97,6 +97,15 @@ Plugins
:members:
:undoc-members:
Secrets
-------
.. py:module:: docker.api.secret
.. rst-class:: hide-signature
.. autoclass:: SecretApiMixin
:members:
:undoc-members:
The Docker daemon
-----------------
...
...
@@ -121,6 +130,7 @@ Configuration types
.. autoclass:: Mount
.. autoclass:: Resources
.. autoclass:: RestartPolicy
.. autoclass:: SecretReference
.. autoclass:: ServiceMode
.. autoclass:: TaskTemplate
.. autoclass:: UpdateConfig
docs/client.rst
Dosyayı görüntüle @
1042b06e
...
...
@@ -20,6 +20,7 @@ Client reference
.. autoattribute:: networks
.. autoattribute:: nodes
.. autoattribute:: plugins
.. autoattribute:: secrets
.. autoattribute:: services
.. autoattribute:: swarm
.. autoattribute:: volumes
...
...
docs/images.rst
Dosyayı görüntüle @
1042b06e
...
...
@@ -14,11 +14,11 @@ Methods available on ``client.images``:
.. automethod:: get
.. automethod:: list(**kwargs)
.. automethod:: load
.. automethod:: prune
.. automethod:: pull
.. automethod:: push
.. automethod:: remove
.. automethod:: search
.. automethod:: prune
Image objects
...
...
docs/index.rst
Dosyayı görüntüle @
1042b06e
...
...
@@ -85,6 +85,7 @@ That's just a taste of what you can do with the Docker SDK for Python. For more,
networks
nodes
plugins
secrets
services
swarm
volumes
...
...
docs/secrets.rst
0 → 100644
Dosyayı görüntüle @
1042b06e
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment