Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOVSAttachInfo ¶
func ParseHostInterfaceConfig ¶
func ParseHostInterfaceConfig(ovsBridgeClient ovsconfig.OVSBridgeClient, portData *ovsconfig.OVSPortData, portConfig *interfacestore.OVSPortConfig) (*interfacestore.InterfaceConfig, error)
Types ¶
type ExternalNodeController ¶
type ExternalNodeController struct {
// contains filtered or unexported fields
}
func NewExternalNodeController ¶
func NewExternalNodeController(ovsBridgeClient ovsconfig.OVSBridgeClient, ofClient openflow.Client, externalNodeInformer cache.SharedIndexInformer, ifaceStore interfacestore.InterfaceStore, externalEntityUpdateNotifier channel.Notifier, externalNodeNamespace string, policyBypassRules []agentConfig.PolicyBypassRule) (*ExternalNodeController, error)
func (*ExternalNodeController) Run ¶
func (c *ExternalNodeController) Run(stopCh <-chan struct{})
Run will create a worker (goroutine) which will process the ExternalNode events from the work queue.
Click to show internal directories.
Click to hide internal directories.