Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { BGPPolicyApplyInformer crdInformer.BGPPolicyApplyServiceInformer BGPPolicyApplyLister crdLister.BGPPolicyApplyServiceLister BGPPolicyApplyListerSynced cache.InformerSynced // contains filtered or unexported fields }
func NewBGPPolicyApplyManager ¶
func NewBGPPolicyApplyManager( kubeClient kubernetes.Interface, crdClient versioned.Interface, networkConfig *config.NetworkConfig, BGPPolicyApplyInformer crdInformer.BGPPolicyApplyServiceInformer, 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.