Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultNamespace = "flow-aggregator" CAConfigMapName = "flow-aggregator-ca" CAConfigMapKey = "ca.crt" // #nosec G101: false positive triggered by variable name which includes "Secret" ClientSecretName = "flow-aggregator-client-tls" ServiceName = "flow-aggregator" )
Variables ¶
This section is empty.
Functions ¶
func NewFlowAggregator ¶
func NewFlowAggregator( k8sClient kubernetes.Interface, podInformer coreinformers.PodInformer, configFile string, ) (*flowAggregator, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.