Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WAAddRange ¶
func WAAddRange(config *whereabouts.IPAMConfig, ipRange string, ipRangeStart string, ipRangeEnd string)
func WAConfig ¶
func WAConfig() *whereabouts.IPAMConfig
WAConfig returns a JSON byte array of the Whereabouts IPAM configuration
Types ¶
type NetConfMacvlan ¶
type NetConfMacvlan struct { NetConf Master string `json:"master"` Mode string `json:"mode"` MTU int `json:"mtu"` Mac string `json:"mac,omitempty"` LinkContNs bool `json:"linkInContainer,omitempty"` }
func NewNetConfMacvlan ¶
func NewNetConfMacvlan() *NetConfMacvlan
Click to show internal directories.
Click to hide internal directories.