 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package endpoint provides EndpointController implementation to manage and sync service endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v1.20.0
type Controller struct {
	// contains filtered or unexported fields
}
    Controller manages selector-based service endpoints.
func NewEndpointController ¶
func NewEndpointController(podInformer coreinformers.PodInformer, serviceInformer coreinformers.ServiceInformer, endpointsInformer coreinformers.EndpointsInformer, client clientset.Interface, endpointUpdatesBatchPeriod time.Duration) *Controller
NewEndpointController returns a new *Controller.
 Click to show internal directories. 
   Click to hide internal directories.