package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Oct 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 38
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cniserver implements FSM CNI Control Server.
type Server interface {
Start() error
Stop()
}
Server CNI Server.
func NewServer(unixSockPath string, bpfMountPath string, cniReady, stop chan struct{}) Server
NewServer returns a new CNI Server.
the path this the unix path to listen.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.