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 is used to synchronize the installation, upgrade and uninstallation of cluster event persistence components.
func NewController ¶
func NewController(client clientset.Interface, persistentEventInformer platformv1informer.PersistentEventInformer, resyncPeriod time.Duration) *Controller
NewController creates a new Controller object.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{}) error
Run will set up the event handlers for types we are interested in, as well as syncing informer caches and starting workers.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.