package
Version:
v2.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Nov 17, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
MulticastOption = "works.weave.multicast"
)
type CNIPlugin struct {
}
As of CNI 0.5 spec:
"Plugins should generally complete a DEL action without error even if some resources are missing"
this method should therefore return nil in most, if not all, cases.
type NetConf struct {
types.NetConf
BrName string `json:"bridge"`
IsGW bool `json:"isGateway"`
IPMasq bool `json:"ipMasq"`
MTU int `json:"mtu"`
HairpinMode bool `json:"hairpinMode"`
}
type Watcher interface {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.