package provider
import "github.com/docker/cli/components/engine/daemon/cluster/provider"
Index ¶
- type NetworkCreateRequest
- type NetworkCreateResponse
- type PortConfig
- type ServiceConfig
- type VirtualAddress
Types ¶
type NetworkCreateRequest ¶
type NetworkCreateRequest struct { ID string types.NetworkCreateRequest }
NetworkCreateRequest is a request when creating a network.
type NetworkCreateResponse ¶
type NetworkCreateResponse struct { ID string `json:"Id"` }
NetworkCreateResponse is a response when creating a network.
type PortConfig ¶
PortConfig represents a port configuration.
type ServiceConfig ¶
type ServiceConfig struct { ID string Name string Aliases map[string][]string VirtualAddresses map[string]*VirtualAddress ExposedPorts []*PortConfig }
ServiceConfig represents a service configuration.
type VirtualAddress ¶
VirtualAddress represents a virtual address.
Source Files ¶
- Version
- v17.10.0-ce-rc2+incompatible
- Published
- Oct 12, 2017
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- now –
Tools for package owners.