Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppLabel = "app" AppLabelValue = "netobserv-flowcollector" ReporterSource Reporter = "source" ReporterDestination Reporter = "destination" ReporterBoth Reporter = "both" RecordTypeLabel = "_RecordType" RecordTypeAllConnections RecordType = "allConnections" RecordTypeNewConnection RecordType = "newConnection" RecordTypeHeartbeat RecordType = "heartbeat" RecordTypeEndConnection RecordType = "endConnection" RecordTypeLog RecordType = "flowLog" )
Variables ¶
View Source
var AnyConnectionType = []string{ string(RecordTypeAllConnections), string(RecordTypeNewConnection), string(RecordTypeHeartbeat), string(RecordTypeEndConnection), }
View Source
var ConnectionTypes = []string{ string(RecordTypeNewConnection), string(RecordTypeHeartbeat), string(RecordTypeEndConnection), }
Functions ¶
This section is empty.
Types ¶
type RecordType ¶ added in v0.1.10
type RecordType string
Click to show internal directories.
Click to hide internal directories.