Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
The main structure of controller
func NewController ¶
func NewController( kubeclientset kubernetes.Interface, edgenetclientset clientset.Interface, informer coreinformers.NodeInformer, maxmindUrl string, maxmindAccountId string, maxmindLicenseKey string, ) *Controller
NewController returns a new controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.