# Functions
ConvertIPsToNetmasks converts a list of IPs to a list of single-host netmasks which can be used for cluster netmasks.
FindClusterNodesIPs returns the list of IP addresses of the Kubernetes cluster nodes.
NewAccountNone create a new accounter.
NewClassifySubnetWithAutoDiscovery creates a ClassifySubnet object with additional discovery of Kubernetes cluster nodes IP netmasks.
NewEncode creates an encode object for Secadvisor format.
NewExtendGremlin creates an extendGremlin structure to handle the defined data extensions.
NewMangleLogStatus create a new mangle.
NewResolveCache creates a new name resolver.
NewResolveDocker creates a new name resolver.
NewResolveFallback creates a new name resolver.
NewResolveMulti creates a new name resolver.
NewResolveRunc creates a new name resolver.
NewResolveVM creates a new name resolver.
NewTransform creates a new flow transformer based on a name string.
# Constants
Peer is recognized as a Docker or Runc container but couldn't be associated to a pod.
Peer is recognized as a host.
Peer is recognized as a Kubernetes pod.
# Structs
PeerContext holds information about a peer, such as conatiner or pod info.
SecurityAdvisorFlow represents a security advisor flow.
SecurityAdvisorFlowLayer is the flow layer for a security advisor flow.
SecurityAdvisorPeerContexts holds the optional context structures for the two peers of the flow.
# Interfaces
GremlinNodeGetter interface allows access to get topology nodes according to a gremlin query.
Resolver resolves values for the transformer.
# Type aliases
No description provided by the author