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 DNS ¶
DNS describes the status of Weave DNS
type IPAM ¶ added in v0.14.0
type IPAM struct {
DefaultSubnet string
}
IPAM describes the status of Weave IPAM
type PSEntry ¶
PSEntry is a row from the output of `weave ps`
type Router ¶
Router describes the status of the Weave Router
Source Files
¶
- client.go
Click to show internal directories.
Click to hide internal directories.