Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager provides operations on virtualmachines
func NewManager ¶
NewManager creates new virtualmachines manager
func (*Manager) DeleteFor ¶
func (m *Manager) DeleteFor(vmiCrName types.NamespacedName) error
DeleteFor removes virtualmachine associated with vmiCrName.
func (*Manager) FindFor ¶
func (m *Manager) FindFor(vmiCrName types.NamespacedName) (*kubevirtv1.VirtualMachine, error)
FindFor return virtualmachine for the VM import object
Click to show internal directories.
Click to hide internal directories.