Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IANAInfoElementsCommon = []string{ "flowStartSeconds", "flowEndSeconds", "flowEndReason", "sourceTransportPort", "destinationTransportPort", "protocolIdentifier", "packetTotalCount", "octetTotalCount", "packetDeltaCount", "octetDeltaCount", } IANAInfoElementsIPv4 = append(IANAInfoElementsCommon, []string{"sourceIPv4Address", "destinationIPv4Address"}...) IANAInfoElementsIPv6 = append(IANAInfoElementsCommon, []string{"sourceIPv6Address", "destinationIPv6Address"}...) IANAReverseInfoElements = []string{ "reversePacketTotalCount", "reverseOctetTotalCount", "reversePacketDeltaCount", "reverseOctetDeltaCount", } AntreaInfoElementsCommon = []string{ "sourcePodName", "sourcePodNamespace", "sourceNodeName", "destinationPodName", "destinationPodNamespace", "destinationNodeName", "destinationServicePort", "destinationServicePortName", "ingressNetworkPolicyName", "ingressNetworkPolicyNamespace", "ingressNetworkPolicyType", "ingressNetworkPolicyRuleName", "ingressNetworkPolicyRuleAction", "egressNetworkPolicyName", "egressNetworkPolicyNamespace", "egressNetworkPolicyType", "egressNetworkPolicyRuleName", "egressNetworkPolicyRuleAction", "tcpState", "flowType", } AntreaInfoElementsIPv4 = append(AntreaInfoElementsCommon, []string{"destinationClusterIPv4"}...) AntreaInfoElementsIPv6 = append(AntreaInfoElementsCommon, []string{"destinationClusterIPv6"}...) NonStatsElementList = []string{ "flowEndSeconds", "flowEndReason", "tcpState", } StatsElementList = []string{ "octetDeltaCount", "octetTotalCount", "packetDeltaCount", "packetTotalCount", "reverseOctetDeltaCount", "reverseOctetTotalCount", "reversePacketDeltaCount", "reversePacketTotalCount", } AntreaSourceStatsElementList = []string{ "octetDeltaCountFromSourceNode", "octetTotalCountFromSourceNode", "packetDeltaCountFromSourceNode", "packetTotalCountFromSourceNode", "reverseOctetDeltaCountFromSourceNode", "reverseOctetTotalCountFromSourceNode", "reversePacketDeltaCountFromSourceNode", "reversePacketTotalCountFromSourceNode", } AntreaDestinationStatsElementList = []string{ "octetDeltaCountFromDestinationNode", "octetTotalCountFromDestinationNode", "packetDeltaCountFromDestinationNode", "packetTotalCountFromDestinationNode", "reverseOctetDeltaCountFromDestinationNode", "reverseOctetTotalCountFromDestinationNode", "reversePacketDeltaCountFromDestinationNode", "reversePacketTotalCountFromDestinationNode", } AntreaLabelsElementList = []string{ "sourcePodLabels", "destinationPodLabels", } AntreaFlowEndSecondsElementList = []string{ "flowEndSecondsFromSourceNode", "flowEndSecondsFromDestinationNode", } AntreaThroughputElementList = []string{ "throughput", "reverseThroughput", } AntreaSourceThroughputElementList = []string{ "throughputFromSourceNode", "reverseThroughputFromSourceNode", } AntreaDestinationThroughputElementList = []string{ "throughputFromDestinationNode", "reverseThroughputFromDestinationNode", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.