Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultInterfaceName describes the interface name that the CNI network plugin will set up DefaultInterfaceName = "eth0" // CNIBinDir describes the directory where the CNI binaries are stored CNIBinDir = "/opt/cni/bin" // CNIConfDir describes the directory where the CNI plugin's configuration is stored // TODO: CNIBinDir and CNIConfDir should maybe be globally configurable? CNIConfDir = "/etc/cni/net.d" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.