types

package
v0.0.0-...-1b9e8c6 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Endpoint

type Endpoint struct {
	Name  string
	ID    string
	Owner string

	Hostname       strfmt.Hostname
	Domainname     string
	HostnamePath   string
	HostsPath      string
	ExtraHosts     []string
	ResolvConfPath string
	DNS            []string
	DNSOptions     []string
	DNSSearch      []string

	NetworkDisabled bool
	NetworkMode     string
	MacAddress      string
	PublishAllPorts bool
	ExposedPorts    map[string]interface{}
	PortBindings    types.PortMap

	NetworkConfig  *types.NetworkSettings
	EndpointConfig *types.EndpointSettings
}

Endpoint defines the network endpoint struct.

type Network

type Network struct {
	Name string
	ID   string
	Type string
	Mode string

	Network libnetwork.Network
}

Network defines the network struct.

Jump to

Keyboard shortcuts

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