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

# Constants

Egress indicates event was generated at egress.
FlowAdded means that this is a new flow.
FlowRemoved means that a flow has been deleted.
Ingress indicates event was generated at ingress.
TypeRequest is a request message.
TypeResponse is a response to a request.
TypeSample is a packet sample.
VerdictDenied indicates that the flow was denied.
VerdictError indicates that there was an error processing the flow.
VerdictForwarded indicates that the flow was forwarded.
VersionIPv4 indicates IPv4.
VersionIPV6 indicates IPv6.

# Structs

EndpointInfo contains information about the sending (resp.
IPPort bundles an IP address and port number.
KafkaTopic contains the topic for requests.
LogRecord is the structure used to log individual request/response processing events or sampled packets.
LogRecordHTTP contains the HTTP specific portion of a log record.
LogRecordKafka contains the Kafka-specific portion of a log record.
NodeAddressInfo holds addressing information of the node the agent runs on.
ServiceInfo contains information about the Kubernetes service.

# Type aliases

DropReason indicates the reason why the flow was dropped.
FlowEvent identifies the event type of an L4 log record.
FlowType is the type to indicate the flow direction.
FlowVerdict is the verdict passed on the flow.
IPVersion indicates the flow's IP version.
ObservationPoint is the type used to describe point of observation.
TransportProtocol defines layer 4 protocols.