Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LBManager ¶
type LBManager struct {
// contains filtered or unexported fields
}
LBManager is responsible for synchronizing endpoint objects stored in the system with actual running pods.
func NewLBManager ¶
func NewLBManager(routes router.Router, endpointWatcher kclient.EndpointsInterface, routeWatcher osclient.Interface) *LBManager
NewLBManager creates a new LBManager.
Click to show internal directories.
Click to hide internal directories.