Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewBGPPeerManager ¶
func NewBGPPeerManager( kubeClient kubernetes.Interface, crdClient versioned.Interface, networkConfig *config.NetworkConfig, bgpPeerInformer crdInformer.BGPPeerServiceInformer, lbManager *loadbalancer.Manager, ) *Manager
Create and Init Manager. Manager is called by kube-loxilb when k8s service is created & updated.
func (*Manager) Run ¶
func (m *Manager) Run(stopCh <-chan struct{}, loxiLBLiveCh chan *api.LoxiClient, loxiLBPurgeCh chan *api.LoxiClient, masterEventCh <-chan bool)
Click to show internal directories.
Click to hide internal directories.