plugins

package
v1.20.0-pre.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

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

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL