Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VirtualMachineController ¶
type VirtualMachineController struct { Queue workqueue.RateLimitingInterface // contains filtered or unexported fields }
func NewController ¶
func NewController( recorder record.EventRecorder, clientset kubecli.KubevirtClient, host string, virtShareDir string, vmInformer cache.SharedIndexInformer, domainInformer cache.SharedInformer, gracefulShutdownInformer cache.SharedIndexInformer, watchdogTimeoutSeconds int, ) *VirtualMachineController
func (*VirtualMachineController) Execute ¶
func (c *VirtualMachineController) Execute() bool
func (*VirtualMachineController) Run ¶
func (c *VirtualMachineController) Run(threadiness int, stopCh chan struct{})
Click to show internal directories.
Click to hide internal directories.