check

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnChecker

type ConnChecker interface {
	Check(*host.Host, bool) (dockerHost string, authOptions *auth.Options, err error)
}
var (
	DefaultConnChecker ConnChecker
	ErrSwarmNotStarted = errors.New("Connection to Swarm cannot be checked but the certs are valid. Maybe swarm is not started")
)

type ErrCertInvalid

type ErrCertInvalid struct {
	// contains filtered or unexported fields
}

ErrCertInvalid for when the cert is computed to be invalid.

func (ErrCertInvalid) Error

func (e ErrCertInvalid) Error() string

type MachineConnChecker

type MachineConnChecker struct{}

func (*MachineConnChecker) Check

func (mcc *MachineConnChecker) Check(h *host.Host, swarm bool) (string, *auth.Options, error)

Jump to

Keyboard shortcuts

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