Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L7FlowExporterController ¶
type L7FlowExporterController struct {
// contains filtered or unexported fields
}
func NewL7FlowExporterController ¶
func NewL7FlowExporterController( ofClient openflow.Client, interfaceStore interfacestore.InterfaceStore, podInformer cache.SharedIndexInformer, namespaceInformer coreinformers.NamespaceInformer, l7Reconciler *l7engine.Reconciler) *L7FlowExporterController
func (*L7FlowExporterController) IsL7FlowExporterRequested ¶
func (l7c *L7FlowExporterController) IsL7FlowExporterRequested(podNN string, ingress bool) bool
func (*L7FlowExporterController) Run ¶
func (l7c *L7FlowExporterController) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.