Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allocator ¶
type Allocator interface {
CustomizeGateway(ret *current.Result) (*current.Result, error)
CustomizeRoutes(ret *current.Result) (*current.Result, error)
CustomizeDNS(ret *current.Result) (*current.Result, error)
AddServiceRoute(ret *current.Result, serviceClusterIPRange string, nodeIPs []string) (*current.Result, error)
Allocate(id string) (*current.IPConfig, error)
}
Allocator is the interface for allocator
Click to show internal directories.
Click to hide internal directories.