 Documentation
      ¶
      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
 Click to show internal directories. 
   Click to hide internal directories.