Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DatapathModeVeth specifies veth datapath mode (i.e. containers are // attached to a network via veth pairs). DatapathModeVeth = "veth" // DatapathModeNetkit specifies netkit datapath mode (i.e. containers // are attached to a network via netkit pairs). netkit is created in // L3 mode. DatapathModeNetkit = "netkit" // DatapathModeNetkitL2 specifies netkit datapath mode (i.e. containers // are attached to a network via netkit pairs). netkit is created in // L2 mode. DatapathModeNetkitL2 = "netkit-l2" // DatapathModeLBOnly specifies lb-only datapath mode. DatapathModeLBOnly = "lb-only" )
Available options for datapath mode.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.