Documentation ¶
Overview ¶
empty loadbalancer that does nothing, but exists to enable bgp functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LB ¶
type LB struct { }
func (*LB) AddService ¶
func (l *LB) AddService(ctx context.Context, svcNamespace, svcName, ip string, nodes []loadbalancers.Node) error
AddService add a service
func (*LB) RemoveService ¶
RemoveService remove a service
func (*LB) UpdateService ¶
func (l *LB) UpdateService(ctx context.Context, svcNamespace, svcName string, nodes []loadbalancers.Node) error
UpdateService update a service
Click to show internal directories.
Click to hide internal directories.