Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IANAInfoElements = []string{ "flowStartSeconds", "flowEndSeconds", "sourceIPv4Address", "destinationIPv4Address", "sourceTransportPort", "destinationTransportPort", "protocolIdentifier", "packetTotalCount", "octetTotalCount", "packetDeltaCount", "octetDeltaCount", } IANAReverseInfoElements = []string{ "reversePacketTotalCount", "reverseOctetTotalCount", "reversePacketDeltaCount", "reverseOctetDeltaCount", } AntreaInfoElements = []string{ "sourcePodName", "sourcePodNamespace", "sourceNodeName", "destinationPodName", "destinationPodNamespace", "destinationNodeName", "destinationClusterIPv4", "destinationServicePortName", "ingressNetworkPolicyName", "ingressNetworkPolicyNamespace", "egressNetworkPolicyName", "egressNetworkPolicyNamespace", } )
Functions ¶
func NewFlowExporter ¶
func NewFlowExporter(records *flowrecords.FlowRecords, exportFrequency uint) *flowExporter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.