package
0.13.28
Repository: https://github.com/wenjunzhang/cilium.git
Documentation: pkg.go.dev

# Functions

AddEndpoint takes the prepared endpoint object and starts managing it.
EnableConntrackGC enables the connection tracking garbage collection.
GetEndpoints returns a slice of all endpoints present in endpoint manager.
HasGlobalCT returns true if the endpoints have a global CT, false otherwise.
Insert inserts the endpoint into the global maps.
Lookup looks up the endpoint by prefix id.
LookupCiliumID looks up endpoint by endpoint ID.
LookupDockerID looks up endpoint by Docker ID.
LookupIPv4 looks up endpoint by IPv4 address.
Remove removes the endpoint from the global maps.
RunGC run CT's garbage collector for the given endpoint.
TriggerPolicyUpdates calls TriggerPolicyUpdatesLocked for each endpoint and regenerates as required.
UpdateReferences makes an endpoint available by all possible reference fields as available for this endpoint (containerID, IPv4 address, ...) Must be called with ep.Mutex.RLock held.
WaitForEndpointsAtPolicyRev waits for all endpoints which existed at the time this function is called to be at a given policy revision.

# Constants

GcInterval is the garbage collection interval.