Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Status() (Status, error) AddDNSEntry(fqdn, containerid string, ip net.IP) error PS() (map[string]PSEntry, error) // on the interface for mocking Expose() error // on the interface for mocking }
Client for Weave Net API
type IPAM ¶ added in v0.14.0
type IPAM struct {
DefaultSubnet string
}
IPAM describes the status of Weave IPAM
Click to show internal directories.
Click to hide internal directories.