clone

package
v1.0.0-beta.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event string
const (
	SnapshotCreated Event = "SnapshotCreated"
	SnapshotReady   Event = "SnapshotReady"
	RestoreCreated  Event = "RestoreCreated"
	RestoreReady    Event = "RestoreReady"
	TargetVMCreated Event = "TargetVMCreated"

	SnapshotDeleted    Event = "SnapshotDeleted"
	SourceDoesNotExist Event = "SourceDoesNotExist"
)

type VMCloneController

type VMCloneController struct {
	// contains filtered or unexported fields
}

func NewVmCloneController

func NewVmCloneController(client kubecli.KubevirtClient, vmCloneInformer, snapshotInformer, restoreInformer, vmInformer, snapshotContentInformer cache.SharedIndexInformer, recorder record.EventRecorder) *VMCloneController

func (*VMCloneController) Execute

func (ctrl *VMCloneController) Execute() bool

func (*VMCloneController) Run

func (ctrl *VMCloneController) Run(threadiness int, stopCh <-chan struct{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL