Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMisconfigured = errors.New("Proxy URL not configured")
Functions ¶
func RunUpdater ¶
func RunUpdater(cli container.DockerClient, proxy Proxy) error
Types ¶
type Proxy ¶
type Proxy interface { // Add endpoints associated to a container. AddEndpoints(id string, endpoints []*manifest.Endpoint) error // Remove endpoints associated to a container. RemoveEndpoints(id string) error // Reset the proxy to an initial state. Reset() error // Close connection to the proxy. Close() error }
type UnsupportedSchemeError ¶
type UnsupportedSchemeError string
func (UnsupportedSchemeError) Error ¶
func (scheme UnsupportedSchemeError) Error() string
Click to show internal directories.
Click to hide internal directories.