Documentation
¶
Index ¶
Constants ¶
View Source
const (
DPPTableName = "datapathplugins"
)
Variables ¶
View Source
var Cell = cell.Module( "datapath-plugins", "Controller for Cilium Datapath Plugins", cell.Config(defaultDatapathPluginsConfig), cell.Provide( statedb.RWTable[*api_v2alpha1.CiliumDatapathPlugin].ToTable, newRegistry, ), cell.ProvidePrivate( newDPPListerWatcher, NewDPPTable, newSyncChan, ), cell.Invoke( registerDPPReflector, registerDPPWatcher, ), )
Functions ¶
func NewDPPTable ¶
func NewDPPTable(db *statedb.DB) (statedb.RWTable[*api_v2alpha1.CiliumDatapathPlugin], error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.