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 NewLoxiLBURLManager ¶
func NewLoxiLBURLManager( kubeClient kubernetes.Interface, kubeExtClient apiextensionclientset.Interface, crdClient versioned.Interface, networkConfig *config.NetworkConfig, loxLBURLInformer crdInformer.LoxiURLInformer, 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, loxiLBDeadCh chan struct{}, loxiLBPurgeCh chan *api.LoxiClient)
func (*Manager) Start ¶
func (m *Manager) Start(informer klbCRDinformers.SharedInformerFactory, stopCh <-chan struct{}, loxiLBLiveCh chan *api.LoxiClient, loxiLBDeadCh chan struct{}, loxiLBPurgeCh chan *api.LoxiClient)
func (*Manager) WaitForLoxiURLCRDCreation ¶
func (m *Manager) WaitForLoxiURLCRDCreation(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.