initializer

package
v1.19.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cell = cell.Module(
	"kube-proxy-replacement-init",
	"Provides KPR initialization logic",
	kpr.Cell,
	cell.Provide(newKPRInitializer),
)

Functions

This section is empty.

Types

type KPRInitializer

type KPRInitializer interface {
	// InitKubeProxyReplacementOptions will configure the loadbalancer config options according
	// to the KPRConfig.
	InitKubeProxyReplacementOptions() error

	// FinishKubeProxyReplacementInit finishes initialization of kube-proxy
	// replacement after all devices are known.
	FinishKubeProxyReplacementInit(devices []*tables.Device, directRoutingDevice string) error
}

Jump to

Keyboard shortcuts

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