Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type Interface ¶
type Interface interface { GetServiceCIDR(isIPv6 bool) (*net.IPNet, error) // The added handlers will be called when Service CIDR changes. AddEventHandler(handler EventHandler) }
func NewServiceCIDRDiscoverer ¶
func NewServiceCIDRDiscoverer(serviceInformer coreinformers.ServiceInformer) Interface
Click to show internal directories.
Click to hide internal directories.