Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.22 KB

DockerServiceConnection.md

File metadata and controls

19 lines (15 loc) · 1.22 KB

DockerServiceConnection

Properties

Name Type Description Notes
pk UUID [readonly]
name String
local Bool If enabled, use the local connection. Required Docker socket/Kubernetes Integration [optional]
component String [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
url String Can be in the format of 'unix://<path>' when connecting to a local docker daemon, or 'https://<hostname>:2376' when connecting to a remote system.
tlsVerification UUID CA which the endpoint's Certificate is verified against. Can be left empty for no validation. [optional]
tlsAuthentication UUID Certificate/Key used for authentication. Can be left empty for no authentication. [optional]

[Back to Model list] [Back to API list] [Back to README]