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 (14 loc) · 1.2 KB

DockerServiceConnection.md

File metadata and controls

19 lines (14 loc) · 1.2 KB

DockerServiceConnection

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
name kotlin.String
component kotlin.String [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
url kotlin.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.
local kotlin.Boolean If enabled, use the local connection. Required Docker socket/Kubernetes Integration [optional]
tlsVerification java.util.UUID CA which the endpoint's Certificate is verified against. Can be left empty for no validation. [optional]
tlsAuthentication java.util.UUID Certificate/Key used for authentication. Can be left empty for no authentication. [optional]