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
}
ServiceExternalIPController is responsible for synchronizing the Services that need external IPs.
func NewServiceExternalIPController ¶
func NewServiceExternalIPController( client clientset.Interface, serviceInformer coreinformers.ServiceInformer, externalIPAllocator externalippool.ExternalIPAllocator, ) *ServiceExternalIPController
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.