Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller manages selector-based service endpoints.
func NewController ¶
func NewController(client clientset.Interface, serviceInformer coreinformers.ServiceInformer, endpointSliceInformer discoveryinformers.EndpointSliceInformer, ) *Controller
NewController returns a new *Controller.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
Run will not return until stopCh is closed. workers determines how many endpoints will be handled in parallel.
type LB ¶
LB represents a LoadBalancer object with one frontend [IP:Port] and Protocol and several backends as IP:Port
type LoadBalancer ¶
LoadBalancer
Click to show internal directories.
Click to hide internal directories.