Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceExternalIPController ¶
type ServiceExternalIPController struct {
// contains filtered or unexported fields
}
func NewServiceExternalIPController ¶
func NewServiceExternalIPController( nodeName string, nodeTransportInterface string, client kubernetes.Interface, cluster memberlist.Interface, serviceInformer coreinformers.ServiceInformer, endpointsInformer coreinformers.EndpointsInformer, ) (*ServiceExternalIPController, error)
func (*ServiceExternalIPController) Run ¶
func (c *ServiceExternalIPController) Run(stopCh <-chan struct{})
Run will create defaultWorkers workers (go routines) which will process the Service events from the workqueue.
Click to show internal directories.
Click to hide internal directories.