Documentation ¶
Index ¶
Constants ¶
View Source
const ( // these are the ranges of the v1 logic, do we need to choose new ranges? IPV4Prefix = "240.240.0.0/16" IPV6Prefix = "2001:2::/48" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAllocator ¶
type IPAllocator struct {
// contains filtered or unexported fields
}
func NewIPAllocator ¶
func NewIPAllocator(stop <-chan struct{}, c kubelib.Client) *IPAllocator
func (*IPAllocator) Run ¶
func (c *IPAllocator) Run(stop <-chan struct{})
Click to show internal directories.
Click to hide internal directories.