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 autoupdate controller.
func New ¶
func New( namespace, name string, cvoConfigInformer cvinformersv1.CVOConfigInformer, operatorStatusInformer osinformersv1.OperatorStatusInformer, client clientset.Interface, kubeClient kubernetes.Interface, ) *Controller
New returns a new autoupdate controller.
func (*Controller) Run ¶
func (ctrl *Controller) Run(workers int, stopCh <-chan struct{})
Run runs the autoupdate controller.
Click to show internal directories.
Click to hide internal directories.