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
}
Controller defines the node controller.
func New ¶
func New( mcpInformer mcfginformersv1.MachineConfigPoolInformer, nodeInformer coreinformersv1.NodeInformer, kubeClient clientset.Interface, mcfgClient mcfgclientset.Interface, ) *Controller
New returns a new node controller.
func (*Controller) Run ¶
func (ctrl *Controller) Run(workers int, stopCh <-chan struct{})
Run executes the render controller.
Click to show internal directories.
Click to hide internal directories.