Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportsBPF ¶
func SupportsBPF() error
Types ¶
type DataplaneDriver ¶
type DataplaneDriver interface { SendMessage(msg interface{}) error RecvMessage() (msg interface{}, err error) }
func StartDataplaneDriver ¶
func StartDataplaneDriver(configParams *config.Config, healthAggregator *health.HealthAggregator, configChangedRestartCallback func(), fatalErrorCallback func(error), k8sClientSet *kubernetes.Clientset, ) (DataplaneDriver, *exec.Cmd)
Directories ¶
Path | Synopsis |
---|---|
extdataplane implements the connection to an external dataplane driver, connected via a pair of pipes.
|
extdataplane implements the connection to an external dataplane driver, connected via a pair of pipes. |
hcn
Dummy version of the HCN API for compilation on Linux.
|
Dummy version of the HCN API for compilation on Linux. |
Click to show internal directories.
Click to hide internal directories.