Documentation
¶
Index ¶
Constants ¶
View Source
const ( SuccessSynced = "Synced" ErrResourceDeleting = "ErrResourceDeleting" MessageResourceSynced = "VM synced successfully" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( vmclientset vmclientset.Interface, sampleclientset clientset.Interface, vmInformer informers.VMInformer, recorder record.EventRecorder) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.