Documentation ¶
Index ¶
- Variables
- func ConnectHubbleRelay() *grpc.ClientConn
- func ConvertCiliumFlowToKnoxLog(flow *flow.Flow, dnsToIPs map[string][]string) (types.NetworkLog, bool)
- func ConvertCiliumFlowsToKnoxLogs(targetNamespace string, flows []*flow.Flow, dnsToIPs map[string][]string) []types.NetworkLog
- func ConvertDocsToCiliumFlows(docs []map[string]interface{}) []*flow.Flow
- func ConvertKnoxPoliciesToCiliumPolicies(services []types.Service, policies []types.KnoxNetworkPolicy) []types.CiliumNetworkPolicy
- func ConvertKnoxPolicyToCiliumPolicy(services []types.Service, inPolicy types.KnoxNetworkPolicy) types.CiliumNetworkPolicy
- func ConvertMongoDocsToCiliumFlows(docs []map[string]interface{}) []*flow.Flow
- func ConvertMySQLDocsToCiliumFlows(docs []map[string]interface{}) []*flow.Flow
- func GetCiliumFlowsFromHubble() []*flow.Flow
- func StartHubbleRelay(StopChan chan struct{}, wg *sync.WaitGroup)
Constants ¶
This section is empty.
Variables ¶
View Source
var CiliumFlows []*flow.Flow
CiliumFlows list
View Source
var CiliumFlowsMutex *sync.Mutex
CiliumFlowsMutex mutext
View Source
var CiliumNSFiler string
Functions ¶
func ConvertCiliumFlowToKnoxLog ¶
func ConvertCiliumFlowToKnoxLog(flow *flow.Flow, dnsToIPs map[string][]string) (types.NetworkLog, bool)
ConvertCiliumFlowToKnoxLog function
func ConvertCiliumFlowsToKnoxLogs ¶
func ConvertCiliumFlowsToKnoxLogs(targetNamespace string, flows []*flow.Flow, dnsToIPs map[string][]string) []types.NetworkLog
ConvertCiliumFlowsToKnoxLogs function
func ConvertDocsToCiliumFlows ¶
ConvertDocsToCiliumFlows function
func ConvertKnoxPoliciesToCiliumPolicies ¶
func ConvertKnoxPoliciesToCiliumPolicies(services []types.Service, policies []types.KnoxNetworkPolicy) []types.CiliumNetworkPolicy
ConvertKnoxPoliciesToCiliumPolicies function
func ConvertKnoxPolicyToCiliumPolicy ¶
func ConvertKnoxPolicyToCiliumPolicy(services []types.Service, inPolicy types.KnoxNetworkPolicy) types.CiliumNetworkPolicy
ConvertKnoxPolicyToCiliumPolicy function
func ConvertMongoDocsToCiliumFlows ¶
ConvertMongoDocsToCiliumFlows function
func ConvertMySQLDocsToCiliumFlows ¶
ConvertMySQLDocsToCiliumFlows function
func GetCiliumFlowsFromHubble ¶
GetCiliumFlowsFromHubble function
func StartHubbleRelay ¶
StartHubbleRelay function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.