Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is responsible for setting up necessary IP routes and Openflow entries for inter-node traffic.
func NewNodeRouteController ¶
func NewNodeRouteController( kubeClient clientset.Interface, informerFactory informers.SharedInformerFactory, client openflow.Client, config *types.NodeConfig, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.