Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State interface {
MachineNetworkConfig(names.MachineTag) ([]network.InterfaceInfo, error)
WatchInterfaces(names.MachineTag) (watcher.NotifyWatcher, error)
}
State provides access to an networker worker's view of the state.
NOTE: This is defined as an interface due to PPC64 bug #1424669 - if it were a type build errors happen (due to a linker bug).
Click to show internal directories.
Click to hide internal directories.