infraendpoints

package
v1.19.2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cell = cell.Module(
	"agent-infra-endpoints",
	"Cilium Agent infrastructure endpoints",

	cell.Config(config{
		ServiceLoopbackIPv4: "169.254.42.1",
		ServiceLoopbackIPv6: "fe80::1",
	}),
	cell.Provide(newInfraIPAllocator),
	cell.Invoke(registerIngressEndpoint),
	cell.Invoke(registerHostEndpoint),
)

Cell is responsible to initialize the Cilium Agent "infrastructure" (host, health, ingress) endpoints. This includes IP allocation and setting up the endpoint.

Functions

This section is empty.

Types

type InfraIPAllocator

type InfraIPAllocator interface {
	AllocateIPs(ctx context.Context) error
	GetHealthEndpointRouting() *linuxrouting.RoutingInfo
}

Jump to

Keyboard shortcuts

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