docker

package
v20.10.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DockerEndpoint is the name of the docker endpoint in a stored context
	DockerEndpoint = "docker"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	EndpointMeta
	TLSData     *context.TLSData
	TLSPassword string
}

Endpoint is a typed wrapper around a context-store generic endpoint describing a Docker Engine endpoint, with its tls data

func WithTLSData

func WithTLSData(s store.Reader, contextName string, m EndpointMeta) (Endpoint, error)

WithTLSData loads TLS materials for the endpoint

func (*Endpoint) ClientOpts

func (c *Endpoint) ClientOpts() ([]client.Opt, error)

ClientOpts returns a slice of Client options to configure an API client with this endpoint

type EndpointMeta

type EndpointMeta = context.EndpointMetaBase

EndpointMeta is a typed wrapper around a context-store generic endpoint describing a Docker Engine endpoint, without its tls config

func EndpointFromContext

func EndpointFromContext(metadata store.Metadata) (EndpointMeta, error)

EndpointFromContext parses a context docker endpoint metadata into a typed EndpointMeta structure

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL