Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EgressController ¶
type EgressController struct {
// contains filtered or unexported fields
}
func NewEgressController ¶
func NewEgressController( ofClient openflow.Client, antreaClientGetter agent.AntreaClientProvider, crdClient clientsetversioned.Interface, ifaceStore interfacestore.InterfaceStore, routeClient route.Interface, nodeName string, nodeTransportIP net.IP, cluster *memberlist.Cluster, egressInformer crdinformers.EgressInformer, nodeInformer coreinformers.NodeInformer, localIPDetector ipassigner.LocalIPDetector, ) (*EgressController, error)
func (*EgressController) Run ¶
func (c *EgressController) Run(stopCh <-chan struct{})
Run will create defaultWorkers workers (go routines) which will process the Egress events from the workqueue.
Click to show internal directories.
Click to hide internal directories.