Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPTable ¶
type IPTable interface {
Get(addr string) (table.Route, error)
Claim(addr string, d table.Route) error
Release(addr string) error
Update(addr string, d table.Route) error
Size() int
Has(addr string) bool
IsFree(addr string) bool
FindFree() (netip.Addr, error)
GetAll() table.Routes
GetByLabel(selector labels.Selector) table.Routes
}
Click to show internal directories.
Click to hide internal directories.