Documentation ¶
Index ¶
Constants ¶
View Source
const ( ADD = "add" UPDATE = "update" DELETE = "delete" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( queue workqueue.RateLimitingInterface, indexer cache.Indexer, informer cache.Controller, poolRef types.NamespacedName, dhcpAllocator *dhcp.DHCPAllocator, poolCache map[string]string, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(workers int)
func (*Controller) Stop ¶ added in v0.2.0
func (c *Controller) Stop()
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewEventHandler ¶
func NewEventHandler( kubeConfig string, kubeContext string, kubeRestConfig *rest.Config, poolRef types.NamespacedName, dhcpAllocator *dhcp.DHCPAllocator, poolCache map[string]string, ) *EventHandler
func (*EventHandler) EventListener ¶
func (e *EventHandler) EventListener(ctx context.Context)
func (*EventHandler) Init ¶
func (e *EventHandler) Init() (err error)
Click to show internal directories.
Click to hide internal directories.