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

Latest commit

 

History

History
14 lines (9 loc) · 859 Bytes

DockerServiceConnectionRequest.md

File metadata and controls

14 lines (9 loc) · 859 Bytes

DockerServiceConnectionRequest

Properties

Name Type Description Notes
name kotlin.String
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]