Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Queue workqueue.RateLimitingInterface // contains filtered or unexported fields }
func NewController ¶
func NewController(templateService services.TemplateService, vmiInformer cache.SharedIndexInformer, vmInformer cache.SharedIndexInformer, podInformer cache.SharedIndexInformer, pvcInformer cache.SharedIndexInformer, storageClassInformer cache.SharedIndexInformer, recorder record.EventRecorder, clientset kubecli.KubevirtClient, dataVolumeInformer cache.SharedIndexInformer, storageProfileInformer cache.SharedIndexInformer, cdiInformer cache.SharedIndexInformer, cdiConfigInformer cache.SharedIndexInformer, clusterConfig *virtconfig.ClusterConfig, topologyHinter topology.Hinter, netAnnotationsGenerator annotationsGenerator, netStatusUpdater statusUpdater, ) (*Controller, error)
func (*Controller) Execute ¶
func (c *Controller) Execute() bool
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.