import "github.com/docker/docker/daemon/cluster/provider"
type NetworkCreateRequest struct { ID string types.NetworkCreateRequest }
NetworkCreateRequest is a request when creating a network.
NetworkCreateResponse is a response when creating a network.
PortConfig represents a port configuration.
type ServiceConfig struct { ID string Name string Aliases map[string][]string VirtualAddresses map[string]*VirtualAddress ExposedPorts []*PortConfig }
ServiceConfig represents a service configuration.
VirtualAddress represents a virtual address.
Package provider imports 1 packages (graph) and is imported by 926 packages. Updated 2018-02-14. Refresh now. Tools for package owners.