ManageIQ/manageiq-providers-kubevirt

View on GitHub
app/models/manageiq/providers/kubevirt/infra_manager/provision.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
80%
class ManageIQ::Providers::Kubevirt::InfraManager::Provision < MiqProvision
  include Cloning
  include StateMachine

  #
  # The ManageIQ core calls this method during the provision workflow to get the name of the object that is being
  # provisioned, only to include it in the generated log messages.
  #
  def destination_type
    'VM'
  end
end