lbipamconfig

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: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultLBClassLBIPAM   = "lbipam"
	DefaultLBClassNodeIPAM = "nodeipam"
)

Variables

View Source
var Cell = cell.Module(
	"lbipamconfig",
	"LB-IPAM-Config",

	cell.Provide(
		func(c lbipamConfig) Config { return c },
	),

	cell.Config(lbipamConfig{
		EnableLBIPAM:         true,
		DefaultLBServiceIPAM: DefaultLBClassLBIPAM,
	}),
)

Functions

This section is empty.

Types

type Config

type Config interface {
	IsEnabled() bool
	GetDefaultLBServiceIPAM() string
}

Jump to

Keyboard shortcuts

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