Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cell = cell.Module( "datapath-tables", "Datapath tables", L2AnnouncementTableCell, )
View Source
var L2AnnouncementTableCell = statedb.NewTableCell[*L2AnnounceEntry](schema)
Functions ¶
func ByProxyIPAndInterface ¶ added in v1.14.0
Types ¶
type L2AnnounceEntry ¶
type L2AnnounceEntry struct { // IP and network interface are the primary key of this entry IP net.IP NetworkInterface string // The key of the services for which this proxy entry was added Origins []resource.Key Deleted bool Revision uint64 }
func (*L2AnnounceEntry) DeepCopy ¶
func (pne *L2AnnounceEntry) DeepCopy() *L2AnnounceEntry
Click to show internal directories.
Click to hide internal directories.