Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LB ¶
type LB interface { // AddService add a service with the provided name and IP AddService(ctx context.Context, svcNamespace, svcName, ip string, nodes []Node) error // RemoveService remove service with the given IP RemoveService(ctx context.Context, svcNamespace, svcName, ip string) error // UpdateService ensure that the nodes handled by the service are correct UpdateService(ctx context.Context, svcNamespace, svcName string, nodes []Node) error }
Directories ¶
Path | Synopsis |
---|---|
empty loadbalancer that does nothing, but exists to enable bgp functionality
|
empty loadbalancer that does nothing, but exists to enable bgp functionality |
kubevip loadbalancer that does nothing, but exists to enable bgp functionality
|
kubevip loadbalancer that does nothing, but exists to enable bgp functionality |
Click to show internal directories.
Click to hide internal directories.